Search found 2 matches
- Sat Aug 27, 2011 10:27 am
- Forum: Programming
- Topic: Launching multiple programs
- Replies: 3
- Views: 2563
Re: Launching multiple programs
Error: exec us not defined or is an illegal command
- Sat Aug 27, 2011 2:42 am
- Forum: Programming
- Topic: Launching multiple programs
- Replies: 3
- Views: 2563
Launching multiple programs
Hi, I have created a main program that is supposed to run other programs, one by one. Something like: run program_1 run program_2 ... run program_n The problem is that the execution of the main program actually launches only the first program_1 and ignores all the others. What should I do for the ma...
