Open main menu

TaticView β

Changes

Automate Update data

115 bytes added, 17:49, 16 July 2021
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-->