VBS进程监控

每10秒钟检测一次进程发现1.exe就运行2.exe... 每10秒钟检测一次进程 发现1.exe就运行2.exe 展开
 我来答
aqi947
2012-06-21 · 超过33用户采纳过TA的回答
知道答主
回答量:62
采纳率:0%
帮助的人:97.1万
展开全部
set ws = createobject("wscript.shell")
exe1="notepad.exe"
exe2 = "calc.exe"

check = false
while(true <> check )
check = isProcessExists(exe1)
wscript.sleep 10000
wend
ws.run exe2

Private Function isProcessExists(strExeName)
strComputer = "."
Set wbemServices = GetObject("winmgmts:\\" & strComputer)
Set wbemObjectSet = wbemServices.InstancesOf("Win32_Process")
For Each wbemObject In wbemObjectSet
namedata = wbemObject.Name
If strExeName = namedata Then
isProcessExists = true
End If
Next
End Function

'写完了,你把exe1里面放1.exe的路径,exe2里面放2.exe的路径
力控科技
2024-08-19 广告
ForceSCADA是力控科技信创产品的重要组成部分,具备完全自主知识产权,支持部署在Linux桌面版、服务器版、嵌入式等系统架构下。使用ForceSCADA可以搭建创新性高、扩展性佳、融合度强的SCADA平台,进而构建高效、智能化的监控中... 点击进入详情页
本回答由力控科技提供
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式