Monday, August 29, 2016

HOW to Redirect from batch file using START commnd

in case you want to redirect the output from batch file and you do use START command , and you want to redirect the output from the start command, here is the way

in YELLOW you can find the trick

start cmd /c myexe.exe -p1 param1 -p2 param2 ^> c:\temp\5.txt

enjoy
Yaniv Tzanany