Kelsenellenelvian Posted February 19, 2016 Posted February 19, 2016 Try this for a test, take the original code as shown here and replace it with function PauseNew(secs, milli){ position = "core.js"; whatfunc = "PauseNew()"; var duration; duration = (secs * 1000) + milli; WScript.Sleep(duration);}This code here:function PauseNew(secs, milli){ position = "core.js"; whatfunc = "PauseNew()"; WScript.Sleep(1000);}Then run your WPI
Bhudda Posted February 23, 2016 Author Posted February 23, 2016 i have tested, WPI does not start, script error in many scripts, after the change
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now