How Dio I Launch Two App At Once In Windows XP

  • Thread starter Thread starter Jim Mac Millan
  • Start date Start date
J

Jim Mac Millan

I have proxy that needs to be started before OE. I created a batch file (see
below). For some reason OE will not start until I close the proxy. If I
reverse the statements the proxy will not start until I close OE. I have
tried putting "call" in front the statement but that does not work either. I
really don't care how it happens.A batch file or another method but can
someone tell me how to make two apps start one after the other. I know I
could simply launch each one individually but I want convenience.


*****BATCH FILE STARTS******

"C:\Program Files\yProxy\yProxy.exe"

"C:\Program Files\Outlook Express\msimn.exe"

*****BATCH FILE END******

TIA
Jim Mac Millan
 
****BATCH FILE STARTS*****

start "" "C:\Program Files\yProxy\yProxy.exe"

start "" "C:\Program Files\Outlook Express\msimn.exe"

****BATCH FILE END*****
 
Wes,

That's it, THANKS ;-)

What does the pair of quotes do in the beginning?

TIA
Jim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top