home *** CD-ROM | disk | FTP | other *** search
- COMMAND: EXE2BIN
-
- FUNCTION: Converts .EXE files that have no segment fixup to a form that is
- compatible with .COM programs.
-
- FORMAT: EXE2BIN [d:][path]filename[.ext] [[d:][path]filename[.ext]]
-
- TYPE: DOS external command.
-
- REMARKS: The first named file is the input file. The default extension for
- an input file is .EXE. The input file is converted to .COM format
- and placed in the output file, the second file named. The default
- output file name is the input file name with the extension .BIN.
- The input file must be in valid .EXE format as produced by the
- linker, the resident part of the file must be less than 64k, and
- there must be no STACK segment.