如何获取指定进程pid码?
本帖最后由 kn007 于 2009-7-4 23:33 编辑比如说我知道进程名是maxthon.exe,怎么用autoit,msgbox出pid码? 本帖最后由 kn007 于 2009-7-4 23:02 编辑
WinWaitActive("", "")
$pid = WinGetProcess("", "")
MsgBox(0, "进程 PID 为", $pid)
无效。。。郁闷 If ProcessExists("maxthon.exe") Then
MsgBox(0, "Example", ProcessExists("maxthon.exe"))
EndIfProcessExists
--------------------------------------------------------------------------------
检查指定进程是否存在.
ProcessExists ( "进程" )
参数
进程 要检查的进程的名称或 PID(进程标识符).
返回值
成功: 返回进程的 PID CLASS不对好像 If ProcessExists("maxthon.exe") Then
MsgBox(0, "Example", ProcessExists("maxthon.exe"))
EndIfProcessExists
--------------------------------------------------------------------------------
...
lynfr8 发表于 2009-7-4 23:02 http://www.autoitx.com/images/common/back.gif
OK,谢谢 WinGetProcess是要标题的,不同的网页就会有不同的标题,通用性不大 恩,谢谢~... 谢谢~.........
支持楼主 我顶顶顶。
支持楼主我顶顶顶。是哈哈........................................................................................................
武林外传外挂 http://www.zixzi.cn/html/youxijingmeijietu/2009/0519/67.html
诛仙外挂 http://www.riwori.cn/html/xinshouyouxizhinan/2009/0722/91.html
页:
[1]