Software
>>
OS
>>
Windows
>>
Command Line
>>
How to build usage display in a batch file
if "_%1_" EQU "__" GOTO USAGE :NOUSAGE REM put commands here for parameters passed completely GOTO EXIT :USAGE @echo. @echo Usage %0 ....parameters @echo. GOTO EXIT :EXIT
Please enable JavaScript to view the
comments powered by Disqus.