标题: 求助if "%1"=="a" format a:指什么?谢谢 [打印本页] 作者: oilio 时间: 2007-2-23 23:00 标题: 求助if "%1"=="a" format a:指什么?谢谢
我看到一个格式化A盘的批处理,但一直不太理解这段中的%1指的是什么。
@echo off
if "%1"=="a" format a:
:format
@format a:/q/u/auotset
@echo please insert another disk to driver A.
@pause
@goto fomat