Dê uma olhada, o CMD é seu amigo: link
Examples:
Run a program and pass a Filename parameter: CMD /c write.exe c:\docs\sample.txt
Run a program and pass a Long Filename: CMD /c write.exe "c:\sample documents\sample.txt"
Spaces in Program Path: CMD /c ""c:\Program Files\Microsoft Office\Office\Winword.exe""
Spaces in Program Path + parameters: CMD /c ""c:\Program Files\demo.cmd"" Parameter1 Param2
Spaces in Program Path + parameters with spaces: CMD /k ""c:\batch files\demo.cmd" "Parameter 1 with space" "Parameter2 with space""
Launch Demo1 and then Launch Demo2: CMD /c ""c:\Program Files\demo1.cmd" & "c:\Program Files\demo2.cmd""