Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom Debugger Guide - when using the tenberry software dos extender, the dos4gw.exe or http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
When using the Tenberry Software DOS extender, the "DOS4GW.EXE" or
"DOS4G.EXE" file must be located in one of the directories listed in the DOS
PATH environment variable.  The "DOS4GW.EXE" file will usually be stored in
the "BINW" directory of the WATCOM compiler package.  You must also use the
/TRap=RSI option.  The "RSI.TRP" file will usually be stored in the "BINW"
directory of the WATCOM compiler package.  You should ensure that this
"BINW" directory is included in the DOS PATH environment variable.
 Otherwise, you must specify the full path name for the trap file.

The help file "RSIHELP.EXP" must also be located in one of the directories
listed in the DOS PATH environment variable.  It will usually be stored in
the "BINW" directory of the WATCOM compiler package.

Example:

     C>wd /trap=rsi hello
       or
     C>set wd=/trap#rsi
     C>wd hello

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