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 -
  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.