swbchen Posted February 7, 2006 Posted February 7, 2006 (edited) How to make a puase between 2 cmd( cmd1 and cmd2)? Sleep.exe will do ??I already read this : http://www.msfn.org/board/index.php?act=ST&f=93&t=65766still have a question !sleep.exe put into: C:\XPCD\$OEM$\$$\System32\ cmd1[pn]=['%CDROM%\\install\\aaa\\Setup.exe']sleep.exe 30cmd2[pn]=['%CDROM%\\install\\bbb\\Setup.exe']this will delay 30 seconds before cmd2 be executed ?? Edited February 7, 2006 by swbchen
mritter Posted February 7, 2006 Posted February 7, 2006 cmd1[pn]=['setup_a.exe']cmd2[pn]=['sleep.exe 30']cmd3[pn]=['setup_b.exe']Has to be in a command #
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