cyril_for_ever Posted March 28, 2006 Posted March 28, 2006 Hello,In my WPI, I need to put theses 2 command lines:COMMAND 1: "%cdrom%\applications\1.exe"COMMAND 2: "%systemroot%\prog\2.exe"However WPI is waiting that the process 1.exe finished for launching 2.exe... Ii need run the 1.exe during for example 10 seconds and run the second process(2.exe) without closing the process 1.exe.In conclusion I need to know how we can put a time for the process 1.exebefore running the second process..Thanks for your help.^^
BoardBabe Posted March 28, 2006 Posted March 28, 2006 Using batchfile there are a few ways to "sleep" the execution (search for more info), or you could use AutoIT to launch and exit the executables at given times and time-outs.The bottom line is that you need to call the executables from som sort of script.
cyril_for_ever Posted March 28, 2006 Author Posted March 28, 2006 thanks , i've runned my test with bach and all it's ok. Thanks Boardbabe ^^
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