A程序运行好之后, 用vbs程序编程, 我想知道A程序是什么时候(某年某月几点几分)运行的 谢谢啊
1个回答
展开全部
Set prow = Getobject("winmgmts:\\" & strComputer).InstancesOf("Win32_Process")
set shell=createobject("wscript.shell")
public function Prpath(byval Val)
For Each i In prow
if lcase(i.name)=lcase(val) then
prpath=prpath+1
end if
next
end function
do
if prpath("a.exe")>0 then shell.popup date&vbcrlf&time,2,"提示",64
loop
上面保存为vbs
想关闭检测的话以下是bat代码
关闭检测
taskkill /f /im wscript.exe
set shell=createobject("wscript.shell")
public function Prpath(byval Val)
For Each i In prow
if lcase(i.name)=lcase(val) then
prpath=prpath+1
end if
next
end function
do
if prpath("a.exe")>0 then shell.popup date&vbcrlf&time,2,"提示",64
loop
上面保存为vbs
想关闭检测的话以下是bat代码
关闭检测
taskkill /f /im wscript.exe
更多追问追答
追问
那我该如何拿到这个执行的时间呢?
拿到这个时间之后我再去做其他操作
追答
你在做什么操作?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询