Jump to content

Recommended Posts

Posted

Can someone please help me, how do i put in a time pause in my install.cmd, as i have 2 apps that install which takes it time and the next app installs before the other one has finished, by the looks of it the first app installs 3 or 4 other apps i do have the wait command in the line but it still carrys on.

With thanks

Paul

Data0002


Posted

You can check the last files that is created by the app:

--> :waitawhile

--> If not exists %systemdrive%/blabla/bla.txt goto waitawhile

or you use a vb script:

Save the next line as something.vbs

-->WScript.Sleep 5000

and you get a pause for 5 seconds,

but remember that some systems maybe slower than others.

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...