1.

Solve : Multiple processes?

Answer»

i was wondering how i could IMPLEMENT multiple instances of a program like winamp through a batch file. Once the call is made to winamp the batch file DOESNT progress. any SOLUTIONS. i admit this is probably an elementary problem but im new to this so be kindInstead of calling winamp in the batch file like..

winamp

use the start command

start winamp

Batch files wait for each line to finish before moving on to the next so just calling winamp, will cause the batch file to pause until winamp CLOSES. Using the start command tells the batch file to procede once the application starts and not wait for it to end.

hehe i had the same PROB too



Discussion

No Comment Found