Any reason why running the following clears the screen? echo Foo | type Thanks, Gilad
G Gilad Raz Jul 21, 2012 32 0 Nov 28, 2012 #1 Any reason why running the following clears the screen? Code: echo Foo | type Thanks, Gilad
rconn Administrator Staff member May 14, 2008 12,680 169 Nov 28, 2012 #2 You probably have a CLS in your tcstart.
G Gilad Raz Jul 21, 2012 32 0 Nov 28, 2012 #3 Of course you're right! :) Going back to the manual, I now better understand what's going on, and that I can use "|!"... Thanks!
Of course you're right! :) Going back to the manual, I now better understand what's going on, and that I can use "|!"... Thanks!