Command: exe2bin
EXE2BIN converts EXE programs to binary format. This is a
software developer's tool.
Syntax:
EXE2BIN [options] exe_file[.exe] bin_file[.bin]
exe_file the file to be converted (input file)
bin_file the new bin file (output 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:\FREEDOS\BIN\ctmouse.exe c:\ctmouse.bin
See also:
external commands
Copyright © 2004 Robert Platt, updated 2011 and 2022 by W. Spiegl.
This file is derived from the FreeDOS Spec Command HOWTO.
See the file H2Cpying for copying conditions.