温馨提示:
本文最后更新于
2011-8-15,已超过半年没有更新,若内容或图片失效,请留言反馈。
VBSBegin
strProcess = "BubbleFighter.exe"
Proce = false
For each x in getobject("winmgmts:").instancesof("win32_process")
If ucase(x.name) = ucase(strProcess) then
Proce = true
Exit For
End If
Next
If Proce then
dasf=1
Else
dasf=2
End If
VBSEnd
If dasf=1
Else
RunApp "H:\Program Files\bf\Launcher.exe"
EndIf
评论一下?