flyeblue 发表于 2013-4-29 15:02:36

【已解决】怎么获取当前所有正在运行程序的路径?

本帖最后由 flyeblue 于 2013-4-29 20:36 编辑

想弄个脚本,用来记录每个程序都运行了多久,但有个问题是,没有找到方法获取当前所有运行程序的路径,因为光进程名不准确啊,请问有什么办法可以解决?
谢谢afan#Include <WinAPIEx.au3>
_WinAPI_GetProcessFileName([$PID])

afan 发表于 2013-4-29 15:38:18

#Include <WinAPIEx.au3>
_WinAPI_GetProcessFileName([$PID])

flyeblue 发表于 2013-4-29 20:20:33

回复 2# afan
十分感谢啊,原来论坛里现在好东西好多啊

netegg 发表于 2013-4-29 20:48:17

#Include <WinAPIEx.au3>
_WinAPI_GetProcessTimes
页: [1]
查看完整版本: 【已解决】怎么获取当前所有正在运行程序的路径?