InstallShiel 利用CMD命令确定进程是否运行
时间:2014-03-15 08:16:34
收藏:0
阅读:477
查找进程运行状态:
TaskAppLocation = WINSYSDIR^"tasklist.exe";
APP = "APP.exe";
CMDLine = TaskAppLocation + " "+ "\|"+ "find"+" "+"\/I"+" "+"\""+APP+"\"";
LaunchAppAndWait("",CMDLine,WAIT);
本文出自 “None” 博客,请务必保留此出处http://evely.blog.51cto.com/1089422/1377053
InstallShiel 利用CMD命令确定进程是否运行,布布扣,bubuko.com
原文:http://evely.blog.51cto.com/1089422/1377053
评论(0)