我们正在尝试创建一个switch语句,该语句在批处理文件中解析命令行参数.
mybatch.bat -a 10 -b name -c India --zipcode 20
只有-a,-b,-c是解析参数(以 - 开头)
我们的代码就像
batch-file switch-statement
batch-file ×1
switch-statement ×1