in reply to Exit information needed
I don't know about Windows, but in Unix you can do something like:
/path/to/myscript.pl || echo "Script failed big time"
The above will execute the script and let me know if something went wrong and script did not finish successfully.
|
|---|