Escape angle brackets in a Windows command prompt

The Windows escape character is ^, for some reason.

echo some string ^< with angle ^> brackets >>myfile.txt

Leave a Comment