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\'?
put START /B before the command you want to run