rbuhl / wintee

Automatically exported from code.google.com/p/wintee
1 stars 0 forks source link

Piping to wtee will make all batch variables local. #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Calling:

Batch.bat | wtee file.txt

Is the same as calling:

SETLOCAL
Batch.bat
ENDLOCAL

But sometimes you don’t want to work with local variables. And wtee gives you 
no option…

Original issue reported on code.google.com by dado.jos...@gmail.com on 15 Sep 2012 at 6:47