Let\'s say in a batch file, I want to execute myCommand asynchronously (without waiting for it to finish). And I don\'t want to execute myCommand in a new
Nearly like dbenhams answer, but you need to force the redirection to the new thread, not to the start command.
start
start "myTitle" "myCommand > output.txt"