V
Vilius Mockûnas
Hello,
By default cmd doesn't wait application to return if I type command
interactively:
I want cmd to return immediately but I must use commands as arguments using
/k or /c switches.
How do I solve this ?
thanks
Vilius
By default cmd doesn't wait application to return if I type command
interactively:
But if I pass commands as cmd arguments - it will always wait app to return:sol.exe
cmd /c sol.exe
I want cmd to return immediately but I must use commands as arguments using
/k or /c switches.
How do I solve this ?
thanks
Vilius