Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ Language Reference - exe2bin .com http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                            EXE2BIN .COM

EXE2BIN converts .EXE files to .COM files. It is a direct  replacement
for the DOS EXE2BIN program which will not work correctly on  programs
linked with the Zortech linker BLINK.

The  Zortech EXE2BIN program will work with both BLINK  and  Microsoft
LINK.

Usage
The syntax is:
exe2bin file.exe file.com
Each filename must be fully spelled out.

Example:
To create a .COM program out of the object file hello.obj:

link ct+hello,hello;
exe2bin hello.exe hello.com
del hello.exe

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson