How do I invoke an EXE from a batch file without having the latter waiting for the EXE to finish? Something like the Cygwin 'cygstart'?
Careful, though, if your command contains spaces. In that case you have to use `start "" "command with spaces.exe"`
Joey
2009-10-30 06:46:34