
bat獲取指定進程路徑地址問題,請大神賜教例如:wmic process where name=qq.exe get executablepath結果:C:UsersAdministrator>wmic process where name=qq.exe get executablepathExecutablePathC:Program Files (x86)TencentQQBinQQ.exe先結束QQ.exe然后copy qq1.exe覆蓋C:Program Files (x86)TencentQQBinQQ.exe如果不用wmic還有其他什么辦法?具體命令怎么寫,感謝大神

