pdanniel66 当前离线
五级士官
@echo off wmic process where name="a.exe" get executablepath|find /i /v "exec" > path.txt for /f "delims= " %%a in (path.txt) do set a_path=%%a echo %a_path% pause复制代码
TOP
04235 当前离线
列兵
Pale_Cheung 当前离线
初来咋到 由一个问题一直不知道咋解决 比如有一个a.exe进程 下面代码能将a.exe进程的路径输出到当前目录的 ... 04235 发表于 2012-9-4 01:38