Originally posted by asas1024 at 2007-10-10 08:37:
P是什么啊?我刚学不太懂
P 就是批(P)处理脚本.作者: asas1024 时间: 2007-10-10 10:26 choice /c:dme defrag,mem,end
if errorlevel 3 goto defrag
if errorlevel 2 goto mem
if errotlevel 1 goto end
:defrag
echo 3
goto end
:mem
echo 2
goto end
:end
echo 1
goto End