Creating PEEK.HEX from PEEK.COM: -------------------------------- g:\txdn\mh>makehex PEEK.COM >PEEK.HEX Dumping 1476 ( 05C4 hexadecimal ) bytes from PEEK.COM g:\txdn\mh>dir peek* Volume in drive G is D2 SEC 3 Serial number is 343D:16FD Directory of G:\txdn\mh\peek* 9-23-1993 19:19 1,476 PEEK.COM 1-04-2005 23:32 3,597 PEEK.HEX 5,073 bytes in 2 files and 0 dirs 65,536 bytes allocated 418,119,680 bytes free g:\txdn\mh> PEEK.DSC: Script for converting PEEK.HEX to PEEK.COM: ----------------------------------------------------- (The last line with 'Q' must be terminated with a carriage-return. The line with "05C4" contains the hexadecimal value reported above by MAKEHEX.) NPEEK.HEX L RCX 05C4 NPEEK.COM W Q Re-creating PEEK.COM from PEEK.HEX: ----------------------------------- (Only the command, "DEBUG dir peek* Volume in drive G is D2 SEC 3 Serial number is 343D:16FD Directory of G:\txdn\mh\peek* 9-23-1993 19:19 1,476 PEEK.COM 1-04-2005 23:32 3,597 PEEK.HEX 1-05-2005 13:45 44 PEEK.DSC 5,117 bytes in 3 files and 0 dirs 98,304 bytes allocated 417,300,480 bytes free g:\txdn\mh>rem rename original to keep only for example comparison with FC. g:\txdn\mh>ren PEEK.COM PEEK.MOC G:\txdn\mh\PEEK.COM -> G:\txdn\mh\PEEK.MOC 1 file renamed g:\txdn\mh>dir peek* Volume in drive G is D2 SEC 3 Serial number is 343D:16FD Directory of G:\txdn\mh\peek* 1-04-2005 23:32 3,597 PEEK.HEX 9-23-1993 19:19 1,476 PEEK.MOC 1-05-2005 13:45 44 PEEK.DSC 5,117 bytes in 3 files and 0 dirs 98,304 bytes allocated 417,300,480 bytes free g:\txdn\mh>DEBUG dir peek* Volume in drive G is D2 SEC 3 Serial number is 343D:16FD Directory of G:\txdn\mh\peek* 1-05-2005 13:51 1,476 PEEK.COM 1-04-2005 23:32 3,597 PEEK.HEX 9-23-1993 19:19 1,476 PEEK.MOC 1-05-2005 13:45 44 PEEK.DSC 6,593 bytes in 4 files and 0 dirs 131,072 bytes allocated 417,267,712 bytes free g:\txdn\mh>fc /b PEEK.COM PEEK.MOC Comparing files PEEK.COM and PEEK.MOC FC: no differences encountered g:\txdn\mh>