How do I use a batch file to output <%a="b"%>
Using
echo <%%const a="b"%%>>>c:\a.asp
gives an error.
But if I use echo "<%%const a="b"%%>">>c:\a.asp
it gets output as
"<%%const a="b"%%>"
How can I do it without the outermost double quotes?
Using
echo <%%const a="b"%%>>>c:\a.asp
gives an error.
But if I use echo "<%%const a="b"%%>">>c:\a.asp
it gets output as
"<%%const a="b"%%>"
How can I do it without the outermost double quotes?


