baiyong 当前离线
一级士官
applba 当前离线
中校
TOP
P处理命令可以自行判断。 applba 发表于 2012-4-16 15:18
powerbat 当前离线
大校
set ws = CreateObject("WScript.Shell") set oExec = ws.Exec("cmd /c del /a/f 1.exe & if exist 1.exe (exit /b 1) else exit /b 0") do until oExec.Status=1 : WScript.sleep 100 : loop WScript.echo oExec.ExitCode复制代码
fso误判的问题我的也遇到过,可忘记了怎么解决的。 如果你一定要用cmd命令的话: powerbat 发表于 2012-4-17 00:06