标题: [系统相关] 怎么用批处理得到进程eprocess? [打印本页]
作者: y169168712 时间: 2010-10-22 15:33 标题: 怎么用批处理得到进程eprocess?
知道进程的完整路径“C:\Program Files\WinRAR\WinRAR.exe”能否用批处理得到进程eprocess,我的主要目的是为了使用XueTr命令行版本还请高手指点。
作者: wc726842270 时间: 2010-10-22 19:26
- wmic process where name='eprocess' list
复制代码
不知能否实现
作者: wuhengsi 时间: 2010-10-22 21:53
太简单了.请看
tasklist | find /i "eprocess.exe"&&echo 发现进程eprocess.exe
觉得不明白,留言给我QQ:316891946
作者: y169168712 时间: 2010-10-25 22:15 标题: 回复 3楼 的帖子
可以查找进程但不能得到eprocess
作者: y169168712 时间: 2010-10-25 22:17 标题: 回复 2楼 的帖子
不行啊,eprocess是是十六进制的进程对象地址
作者: wuhengsi 时间: 2010-10-25 22:37
实在 Sorry了 我以为是这样的
不过 我用那写代码 可以得到任何你想要的进行哦
前提是在任务栏里面有的 都可以 的
作者: y169168712 时间: 2010-10-25 22:53 标题: 回复 6楼 的帖子
这不能怪你,是我没有说清楚,你已经尽力了,这可能超出了批处理解决的范围,要涉及到编程汇编....merci
欢迎光临 批处理之家 (http://www.bathome.net/) |
Powered by Discuz! 7.2 |