View Single Post
Old 01-13-2008, 04:05 PM   #1 (permalink)
LincolnX
 
Newb Techie

Join Date: Oct 2007

Posts: 25

LincolnX is on a distinguished road

Default Batch scripting: Startup applications and close batch file

I am looking for a way to startup multiple applications with batch scripting. After the batch file has been executed it has to be closed automatically.

for example:

Code:
"C:\Program Files\Wos_Portable\wos.exe"
"C:\Program Files\Internet Explorer\iexplore.exe http://127.0.0.1/"
The code will run WOS and Internet Explorer, but the batch file won't shutdown until I have closed wos and iexplore.

Any idea's how to fix this?
LincolnX is offline