0

I want to write characters like '<', '>' into the text file from MS DOS script ?

How do I do it ?

double-beep
  • 5,031
  • 17
  • 33
  • 41
Raveendra M Pai
  • 445
  • 2
  • 10
  • 27

1 Answers1

1

Precede each special character with a carat (^), such as:

ECHO ^> > YourFile.txt
LittleBobbyTables - Au Revoir
  • 32,008
  • 25
  • 109
  • 114