标题: [系统相关] 批处理如何获取某进程的路径,并进行相关操作? [打印本页]
作者: hzusb 时间: 2015-10-11 08:38 标题: 批处理如何获取某进程的路径,并进行相关操作?
比如:我想获取explorer.exe的路径
如果是在%systemdrive%\windows下就goto 1
如果不是在%systemdrive%\windows下就goto 2
用wmic?
Wmic Process Where "Name='explorer.exe' 后面怎么写?
作者: pcl_test 时间: 2015-10-11 09:47
- Wmic Process Where Name='explorer.exe' get ExecutablePath /value
复制代码
欢迎光临 批处理之家 (http://bbs.bathome.net/) |
Powered by Discuz! 7.2 |