News

The return code for the completion of a SAS job is returned in the Windows batch variable, ERRORLEVEL. A value of 0 indicates normal termination. You can affect the value of ERRORLEVEL by using the ...
BR><BR>If the installation is canceled %ERRORLEVEL% returns 0 just like if it had completed successfully.<BR><BR>I could just parse the log file for the return code but if it's possible to do it ...
Attaching a remote drive or directory on a Windows box is called “drive mapping” though the process is essentially the same as what we call mounting in the Unix world. While I rarely spend any ...
in my batch files i tend to put a "translation" of the exit codes. Example: this is the translation of the exit codes for ROBOCOPY :ERRORCHECK IF %ERRORLEVEL% EQU 16 ECHO ***FATAL ERROR*** & GOTO :EOF ...
Action is "Start a Program" The program is a batch file The batch file spools up some Java (Pentaho Data Integration), does some work, then exits Nothing in any of the Event Logs at the time of ...