Is it possible write a batch file that run 2 programs parallely? For example, the batch file will run a java application and play a mp3 file at the same time.
Theres a batch command called “start” that lets you spawn new things from your batch file.
Kev
Cool! thanks very much