I want to write characters like '<', '>' into the text file from MS DOS script ?
How do I do it ?
I want to write characters like '<', '>' into the text file from MS DOS script ?
How do I do it ?
Precede each special character with a carat (^), such as:
ECHO ^> > YourFile.txt