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
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now