Deleted Added
full compact
msdos (74784) msdos (80588)
1
2#------------------------------------------------------------------------------
3# msdos: file(1) magic for MS-DOS files
4#
5
6# .BAT files (Daniel Quinlan, quinlan@yggdrasil.com)
70 string @echo\ off MS-DOS batch file text
8

--- 211 unchanged lines hidden (view full) ---

2200 string \120\115\103\103 Ms-windows 3.1 group files
221
222
223# lnk files windows symlinks
2240 string \114\000\000\000\001\024\002\000\000\000\000\000\300\000\000\000\000\000\000\106 ms-Windows shortcut
225
226#ico files
2270 string \102\101\050\000\000\000\056\000\000\000\000\000\000\000 Icon for ms-windows
1
2#------------------------------------------------------------------------------
3# msdos: file(1) magic for MS-DOS files
4#
5
6# .BAT files (Daniel Quinlan, quinlan@yggdrasil.com)
70 string @echo\ off MS-DOS batch file text
8

--- 211 unchanged lines hidden (view full) ---

2200 string \120\115\103\103 Ms-windows 3.1 group files
221
222
223# lnk files windows symlinks
2240 string \114\000\000\000\001\024\002\000\000\000\000\000\300\000\000\000\000\000\000\106 ms-Windows shortcut
225
226#ico files
2270 string \102\101\050\000\000\000\056\000\000\000\000\000\000\000 Icon for ms-windows
228
229# Windows icons (Ian Springer <ips@fpk.hp.com>)
2280 string \000\000\001\000 ms-windows icon resource
229>4 byte 1 - 1 icon
230>4 byte >1 - %d icons
231>>6 byte >0 \b, %dx
232>>>7 byte >0 \b%d
233>>8 byte 0 \b, 256-colors
234>>8 byte >0 \b, %d-colors
235

--- 34 unchanged lines hidden (view full) ---

2709 string GERBILDB First Choice database
2719 string GERBILCLIP First Choice database
2720 string GERBIL First Choice device file
2739 string RABBITGRAPH RabbitGraph file
2740 string DCU1 Borland Delphi .DCU file
2750 string !<spell> MKS Spell hash list (old format)
2760 string !<spell2> MKS Spell hash list
2770 string AH Halo(TM) bitmapped font file
2300 string \000\000\001\000 ms-windows icon resource
231>4 byte 1 - 1 icon
232>4 byte >1 - %d icons
233>>6 byte >0 \b, %dx
234>>>7 byte >0 \b%d
235>>8 byte 0 \b, 256-colors
236>>8 byte >0 \b, %d-colors
237

--- 34 unchanged lines hidden (view full) ---

2729 string GERBILDB First Choice database
2739 string GERBILCLIP First Choice database
2740 string GERBIL First Choice device file
2759 string RABBITGRAPH RabbitGraph file
2760 string DCU1 Borland Delphi .DCU file
2770 string !<spell> MKS Spell hash list (old format)
2780 string !<spell2> MKS Spell hash list
2790 string AH Halo(TM) bitmapped font file
2780 leshort 0x601A Atari ST contiguous executable
279>14 lelong &gt;0 - not stripped
2800 leshort 0x601B Atari ST non-contig executable
281>14 lelong &gt;0 - not stripped
2820 lelong 0x08086b70 TurboC BGI file
2830 lelong 0x08084b50 TurboC Font file
284
285# WARNING: below line conflicts with Infocom game data Z-machine 3
2860 byte 0x03 DBase 3 data file
287>0x04 lelong 0 (no records)
288>0x04 lelong >0 (%ld records)
2890 byte 0x83 DBase 3 data file with memo(s)

--- 22 unchanged lines hidden ---
2800 lelong 0x08086b70 TurboC BGI file
2810 lelong 0x08084b50 TurboC Font file
282
283# WARNING: below line conflicts with Infocom game data Z-machine 3
2840 byte 0x03 DBase 3 data file
285>0x04 lelong 0 (no records)
286>0x04 lelong >0 (%ld records)
2870 byte 0x83 DBase 3 data file with memo(s)

--- 22 unchanged lines hidden ---