home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / packer / lzexe / engcomex.doc < prev    next >
Text File  |  1990-02-26  |  851b  |  18 lines

  1. COMOTEXE.EXE v1.00 (c) Fabrice Bellard
  2.  
  3. This very simple program converts a COM (or BIN) file into an EXE file.  In
  4. fact, it does exactly the reverse of what EXE2BIN does.  It is the ideal
  5. complement of LZEXE, by the same author, since, thanks to COMTOEXE, LZEXE can
  6. also compress COM files.
  7.  
  8.     Syntax:  COMTOEXE filename[.com] [filename2[.exe]]
  9.  
  10. where filename is the name of the COM file to be converted.  The COM extension
  11. is added automatically by COMTOEXE.  The original COM file is NOT erased, for
  12. safety sake.  The 'filename2' is optional.  If not added, the new EXE file will
  13. have the same name.
  14.  
  15. N.B.  Some COM files may not work correctly after the conversions, because some
  16. DOS programs, such as COMMAND.COM, may need to know the exact structure of the
  17. file, and the conversion to an EXE file does modify this structure.
  18.