Hi,

I have two problems with Wscript (WSH and VBScript), I execute a
script which will create another script on a remote machine, then the
remote script will execute.
Every thing is fine, But sometime, I got run-time error that Wscript
try to read some thing from somewhere in memory that it can not be
read. And Sometime when my script finishes its execution, when
Wscript is closing, Wscript try to write some thing to somewhere that
it can not be written. In both case I got a popup to tell me that
Wscript is not working.

I use to the "Option Explicit" to force the variable declaration., And
the script will keep running until I tell it to stop (via
configuration file) it may run more than 5 or 6 hours.

If anyone have any idea?

Thanks you very much