I was wondering if it is possible to use the "<" and ">" when writing to a HTML file from a batch file. I need this so I can write certain things to html files. I tried the following and it didn't work:
ECHO </html> >>File.html
PS. Thanks in advance