Is it possible to write a batch file that runs 2 programs parallely?

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