Escape Character in Batch Programming

 

C:>echo &test
ECHO is on.
‘test’ is not recognized as an internal or external command,
operable program or batch file.

C:>echo ^&test
&test
C:>

Leave a Reply

Your email address will not be published. Required fields are marked *