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.

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