Jackson0 Posted December 13, 2008 Posted December 13, 2008 Hello,how can I run a exe-file in background?Example:C1:%wpipath%\Install\Progs\Test.exe /SC2: Sleep 15C3: Taskkill Test.exeDosen't work, the WPI hangs in the first C1-Line and do not run to C2 Until I closed the Test.exe manually.Regards Jackson
Kelsenellenelvian Posted December 13, 2008 Posted December 13, 2008 Thats actually what WPI is supposed to do is wait for one command to finish before going on to the next one.You could consider a simple commandfile for that section or a really easy auto-it file. (Like I have to do with limewire)
mritter Posted December 14, 2008 Posted December 14, 2008 There is a way to do that, but it is not recommended. I have visions of people do it for multiple apps and the CPU gets bogged down to a crawl, WPI gets confused, 5 posts on forum for the same thing from people complaining, etc......What are you running that you want WPI to continue on without it finishing first?
Jackson0 Posted December 15, 2008 Author Posted December 15, 2008 Normaly is wait to finish the command the right way, but some Apps ask for User input befor they ending.For this Apps is a nowait command and a Taskkill the only solution...
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