I need to echo commad usage like this in batch script named command.bat
command.bat on|off
I cant use
echo %0 on|off
I know I can use
echo "%0 on|off"
but it puts quotes along
Is there any other way?
|
I need to echo commad usage like this in batch script named command.bat
I cant use
I know I can use
but it puts quotes along Is there any other way? | |||
|
feedback
|
|
Use a caret. eg.
| |||
|
feedback
|