G
Guest
How do I ECHO a greater-than simbol in a batch file
How do I ECHO a greater-than simbol in a batch file
Ayush" <"ayushmaan.j[aatt]gmail.com said:joseadolfop wrote ::How do I ECHO a greater-than simbol in a batch file
Echo ^>
Good Luck, Ayush.
thank you very much Ayush
Ayush" <"ayushmaan.j[aatt]gmail.com said:joseadolfop wrote ::Echo ^>How do I ECHO a greater-than simbol in a batch file
Wesley Vogel said:<quote>
To display a pipe (|) or redirection character (< or >) when you are using
echo, use a caret character immediately before the pipe or redirection
character (for example, ^>, ^<, or ^| ). If you need to use the caret
character (^), type two (^^).
<quote>
For Echo HELP, paste the following line into Start | Run and click OK...
hh ntcmds.chm::/echo.htm
--
Hope this helps. Let us know.
Wes
MS-MVP Windows Shell/User
In