Commands have the following format:
exe2bin file.exe file.comThe extensions in the file names are required; EXE2BIN does not provide defaults.
For example, to create a .com program from the executable file hello.exe:
exe2bin hello.exe hello.comEXE2BIN cannot do the conversion if the input .exe file contains relocation fixups or has more than 64k of code and data.