|
Re: Programming to auto load multiple programs
Check out the "start" command. It can be used to launch a program and then continue with the next batch command.
It's a bit tricky because you might want to wait for the program to do something before you launch the next program. Without some coordination between the programs, you may have to resort to delays between "start" commands, and that can break depending on what load is currently on your system, because the load might make the first program start too slow, or allow the second program to start too fast.
__________________
snooggums' density principal: "The more dense a population, the more dense a population."
Iliana: "You're a great friend but if we're ever chased by zombies I'm tripping you."
|