Thread: Maxim DL script
View Single Post
  #44  
Old 11-05-2013, 12:06 AM
Tandum's Avatar
Tandum (Robin)
Registered User

Tandum is offline
 
Join Date: Apr 2008
Location: Wynnum West, Brisbane.
Posts: 4,166
Quote:
Originally Posted by alistairsam View Post
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?
Reply With Quote