1,438
edits
Changes
no edit summary
<!--T:30-->
You can perform treatments in your automation script based on these return codes.
For this you can use ERROLEVEL Windows environment variable. Ie.: if %errorlevel% == 0 ( echo SALES updated successfully! ) else ( echo Problems updating SALES! )
<!--T:44-->