data0002 Posted September 28, 2003 Posted September 28, 2003 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 PaulData0002
Westi Posted September 28, 2003 Posted September 28, 2003 You can check the last files that is created by the app:--> :waitawhile--> If not exists %systemdrive%/blabla/bla.txt goto waitawhileor you use a vb script:Save the next line as something.vbs-->WScript.Sleep 5000and you get a pause for 5 seconds,but remember that some systems maybe slower than others.
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