Jump to content

Put time for a installation process?


Recommended Posts

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.

^^

Link to comment
Share on other sites


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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...