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
版权属于:
ayou
文章声明:
本文版权内容属于《AYOU部落》转载请标明出处
评论一下?