
CODE: [Copy to clipboard]on error resume next
Dim file,arrTmp
file = WScript.Arguments(0)
arrTmp = split(file,"\")
file = arrTmp (UBound(arrTmp))
if file = "start" Then
Wscript.echo "这里goto :start"
else
Wscript.echo "这里退出吧"
end if
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |