ExeToCom file converter
From Just Solve the File Format Problem
- See EXE2COM for other things with a similar name.
ExeToCom is a (probably obscure) DOS utility that converts an EXE file to a COM file that works the same. The developer is unknown.
Contents |
Discussion
The program file is named EXETOCOM.COM, and is 4417 bytes in size. When run without arguments, it prints the following:
ExeToCom file converter Usage : exetocom exename[.exe] [comname[.com]]
Format details
A complete copy of the original EXE file appears in the generated file, at offset 16.
Identification
A generated file starts with byte 0xe9
, and has ASCII "___Converted
" at offset 3. Boilerplate bytes appear at offset 3+{the 2-byte integer at offset 1}, and start with e8 00 00 5b 50 8c c0 05
.
Software
- ExeToCom: Magazyn Internet CD 11/2001 → MICD2001_11_NR2.iso → Www/4programmers/programmes/exe2com.zip