Tag Archives: start

Run window commands in background

Sometimes you have a windows batch file that needs to execute a command in background. In Unix you simply end the command with a &, but in windows you need to use the standard start command like in:

Posted in System Administration | Tagged , , , | Leave a comment