Way to 'escape' an ampersand on command line?

  • Thread starter Thread starter Rick Charnes
  • Start date Start date
R

Rick Charnes

One of the parameters to my command file is a string that includes an
ampersand (&). However, the command processor of course interprets this
as a special character. Any thoughts on how I could do this?
 
For what it's worth
$a is interpreted as ampersand for the command prompt.
and
^& is string literal
 
Back
Top