Command: exe2bin
EXE2BIN converts EXE programs to binary format. This is a
software developer's tool.
Syntax:
EXE2BIN [options] exe_file[.exe] [bin_file]
exe_file the file to be converted
bin_file the new bin file
Options:
/Q Suppress informational messages.
/H Display exe-header.
/R Display relocations.
/L=(seg) Relocate exe_file to segment (seg).
/X Extended behaviour, e.g. files > 64KB.
/? Shows the help.
Comments:
- none -
Examples:
exe2bin c:\fdos\bin\ctmouse.exe c:\ctmouse
See also:
- nowhere -
File:
Please read this command's lsm file also.
You will find the updated version (internet) here and
the version described in this manual page here.
The lsm file contains information about the name of the programmer,
the download site, and some other command related information.
Copyright © 1998 Jim Hall, updated 2007 by W. Spiegl.
This file is derived from the FreeDOS Spec Command HOWTO.
See the file H2Cpying for copying conditions.