![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Programming A discussion forum for programs and programming used in tech-related businesses. |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Jun 2009
Posts: 1
OS: Ubuntu Intrepid
|
Backgrounding in XP Batch Files[moved from Web design]
Hi all!
I need a shortcut to start up two applications concurrently on an XP box. I think that Batch files are the way to go here. Experimenting, I find that a file that looks like: Code:
echo on START notepad notepad So that's all great, except I don't want to run Notepad. I want to run some obscure corporate binary instead. But, when I substitute the command names and add a needed argument (config file), it doesn't work. It waits for the first commend to complete, despite the START Code:
echo on START my_prog.exe config_file my_prog.exe config_file2 Is there a better way to start two apps concurrently? Is there a way to put the application into the background (perhaps equivalent to a " &" suffix in Linux?) Thanks a load! |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Tech, Networking Forums
Join Date: Apr 2005
Location: 1265 Lombardi Ave.
Posts: 1,142
OS: All of the above
|
Re: Backgrounding in XP Batch Files[moved from Web design]
Why aren't you using start for both of them? The only way it should wait is if you are using the /wait option with the start command.
Is it possible that this program only allows one instance to be running? We have several in house applications that are written that way where I work. |
|
|
|
![]() |
| Thread Tools | |
|
|