Slight fault in setenv-ow.bat in 4.0.4 installer
- Posted by bugmagnet Jul 12, 2012
- 1279 views
The second last line in SETENV-OW.BAT has
SET PATH=%EUDIR%\bin;%WATCOM\binw;%WATCOM%\binnt;%PATH%It should be
SET PATH=%EUDIR%\bin;%WATCOM%\binw;%WATCOM%\binnt;%PATH%(note the added % after the first WATCOM.)
Running the batch file as it stands, without the fix, messes up one's PATH significantly!
Kind regards,
bugmagnet