home *** CD-ROM | disk | FTP | other *** search
/ Compu-Fix / Compu-Fix.iso / tutorial / dos5tut / exe2bin.dat < prev    next >
Encoding:
Text File  |  1993-03-01  |  326 b   |  13 lines

  1. Explanation of the EXE2BIN command. 
  2. It is EXTERNAL.
  3.  
  4. This command will convert an .EXE 
  5. (executable) file to binary format.
  6.  
  7. Example:
  8.        To convert the Test.EXE in drive 
  9.        A file to binary form as Test.bin 
  10.        in drive A you would
  11.        type the following:
  12.           exe2bin a:text.exe a:test.bin
  13.