A vendor has provided us with a Windows Batch script that needs to have a return code of 0.
Per that vendor, there are safe to ignore messages being printed by the script.
The scripts are used for quiescing the application for a proper backup. Our backup software requires a return code of 0.
How can I do this?
End the script with:
exit /b 0
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With