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.
^^
Page 1 of 1
Put time for a installation process?
#2
Posted 28 March 2006 - 10:33 AM
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.
The bottom line is that you need to call the executables from som sort of script.
#3
Posted 28 March 2006 - 10:47 AM
thanks , i've runned my test with bach and all it's ok. Thanks Boardbabe ^^
Share this topic:
Page 1 of 1



Help
Back to top









