1*b6cee71dSXin LI 2*b6cee71dSXin LI#----------------------------------------------------------------------------- 3*b6cee71dSXin LI# $File: natinst,v 1.6 2014/06/03 19:17:27 christos Exp $ 4*b6cee71dSXin LI# natinst: file(1) magic for National Instruments Code Files 5*b6cee71dSXin LI 6*b6cee71dSXin LI# 7*b6cee71dSXin LI# From <egamez@fcfm.buap.mx> Enrique Gamez-Flores 8*b6cee71dSXin LI# version 1 9*b6cee71dSXin LI# Many formats still missing, we use, for the moment LabVIEW 10*b6cee71dSXin LI# We guess VXI format file. VISA, LabWindowsCVI, BridgeVIEW, etc, are missing 11*b6cee71dSXin LI# 12*b6cee71dSXin LI0 string RSRC National Instruments, 13*b6cee71dSXin LI# Check if it's a LabVIEW File 14*b6cee71dSXin LI>8 string LV LabVIEW File, 15*b6cee71dSXin LI# Check which kind of file it is 16*b6cee71dSXin LI>>10 string SB Code Resource File, data 17*b6cee71dSXin LI>>10 string IN Virtual Instrument Program, data 18*b6cee71dSXin LI>>10 string AR VI Library, data 19*b6cee71dSXin LI# This is for Menu Libraries 20*b6cee71dSXin LI>8 string LMNULBVW Portable File Names, data 21*b6cee71dSXin LI# This is for General Resources 22*b6cee71dSXin LI>8 string rsc Resources File, data 23*b6cee71dSXin LI# This is for VXI Package 24*b6cee71dSXin LI0 string VMAP National Instruments, VXI File, data 25