
August 6th, 2003, 09:50 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Useful Error Handling and Logging in Script
Useful Error Handling And Logging In Script
Here is a couple of functions that are useful when debugging using Windows Scripting Host files. Notice in every function, ON ERROR RESUME NEXT and ERR.CLEAR is called. When using WSH or any script language, the rich debugging environment isn't available. Being able to debug your scripts and continue to the completion is a real challenge. Read the full example .
Discuss this example in this thread. You can read the article here .
|