Jump to content

Script error by install routine


Recommended Posts


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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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