Quote:
Originally Posted by alistairsam
try this script
|
Al, what is timer in your script :
endtime = timer + 60
It's not initialised or dimensioned, is it built into windows script?
Also doing a loop like that drives the cpu to 100%. You're better off with a sleep command. WScript.Sleep(60) That pushes it into the background.
Did that C# app work ok on your eq6?