标题: wmic怎样在非交互式下显示进程路径
[打印本页]
作者: matlan
时间: 2009-4-6 03:43
标题: wmic怎样在非交互式下显示进程路径
我想在非交互式下显示个进程的路径,请问各位高手如何实现
作者: yishanju
时间: 2009-4-6 03:48
wmic process list
作者: matlan
时间: 2009-4-23 06:11
整齐显示:
wmic process get Caption,CommandLine
作者: freeants001
时间: 2009-4-23 08:18
wmic process get Caption, ExecutablePath
作者: freeants001
时间: 2009-4-23 08:28
wmic process where Caption="qq.exe" get executablepath
作者: lamlp
时间: 2010-8-25 11:54
学习了
作者: btpg
时间: 2010-8-29 01:33
强大呀
作者: gdyabc
时间: 2010-8-29 04:05
wmic process get execatablepath