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