Jump to content

Recommended Posts


Posted

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...