zjx4160zl 当前离线
列兵
TOP
gawk 当前离线
少将
apang 当前离线
上将
@echo off&setlocal enabledelayedexpansion for /f "delims=" %%a in ("executable REG_SZ C:\Program Files\a\a.exe") do ( set "str=%%a" set "str=!str:*reg_sz=!" for /f "tokens=*" %%b in ("!str!") do echo %%~dpb ) pause复制代码