I need to create a batch file which starts multiple console applications in a Windows .cmd file. This can be done using the start command.
However, the command has
Surrounding the path and the argument with spaces inside quotes as in your example should do. The command may need to handle the quotes when the parameters are passed to it, but it usually is not a big deal.