echo vertical line from switchs
Posted: 06 May 2010 11:21
runme.bat:
i start this:
and error at echo with | character
i want this output:
and run app.exe with echo all | switches(here maybe %switches:^|=^^^|% ?)
and && too not works, so i want echo the raw text
please help
(and sorry for my bad "english" )
Code: Select all
echo %*
i start this:
runme.bat echo all ^|
and error at echo with | character
i want this output:
echo all |
and run app.exe with echo all | switches(here maybe %switches:^|=^^^|% ?)
and && too not works, so i want echo the raw text
please help
(and sorry for my bad "english" )