How we can check the script has been properly exceuted

by muzz at 2013-02-14 23:10:17

How we can check the script have been executed without any error using error handling so that we can put condition on that on that basis
by DonJ at 2013-02-15 12:47:42
You want to look into the Try/Catch block. Read about_try_catch_finally in the shell.