home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PC_HELP1.ZIP / HELPDOS3.ZIP / EXE2BIN.### < prev    next >
Encoding:
Text File  |  1985-12-28  |  750 b   |  17 lines

  1. COMMAND:  EXE2BIN
  2.  
  3. FUNCTION: Converts .EXE files that have no segment fixup to a form that is
  4.           compatible with .COM programs.
  5.  
  6. FORMAT:   EXE2BIN [d:][path]filename[.ext] [[d:][path]filename[.ext]]
  7.  
  8. TYPE:     DOS external command.
  9.  
  10. REMARKS:  The first named file is the input file. The default extension for
  11.           an input file is .EXE. The input file is converted to .COM format
  12.           and placed in the output file, the second file named. The default
  13.           output file name is the input file name with the extension .BIN.
  14.           The input file must be in valid .EXE format as produced by the
  15.           linker, the resident part of the file must be less than 64k, and
  16.           there must be no STACK segment.
  17.