DennisLee 当前离线
列兵
lxzzr (庄生晓梦)当前离线
论坛巡查
TOP
Hello123World 当前离线
荣誉版主
@echo off For /f "tokens=2 delims==" %%i in ('wmic process where name^="cmd.exe" get ExecutablePath /value ^| findstr "ExecutablePath"') do echo %%i pause复制代码
wmic datafile where "Name='%Path%'" get Version /value复制代码
awk 当前离线
上尉
wmic process where name="cmd.exe" get ExecutablePath /value复制代码
wmic datafile where "Name='C:\\Windows\\System32\\cmd.exe'" get Version /value复制代码
评分人数