Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Warplink version 2.6 - <b>/w0 set warning exit code to 0, instead of 1.</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
/w0                     Set warning exit code to 0, instead of 1.
---------------------------------------------------------------------------------

 Description:

 Use this option to set the DOS ERRORLEVEL, or return code, to 0 when warning
 messages are encountered.  When using some MAKE utilities, having a DOS-
 ERRORLEVEL greater than zero will cause the MAKE file to stop with an error.
 The /w0 option allows you to override WarpLink's default ERRORLEVEL of 1 for
 warnings so that your MAKE file can operate properly.  Fatal errors will
 continue to return ERRORLEVEL codes of 2 and above.


----------------------------------[ Example ]------------------------------------
     @Echo Off
     cls
     REM About to link
     warplink  /w0  @TEST1.LNK
     IF  ERRORLEVEL  0  goto continue
     ECHO Problems encountered--check link
     exit
     :continue
     REM About to execute TEST1.EXE
     test1

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