freesoft00 当前离线
六级士官
pcl_test 当前离线
荣誉版主
type 1.txt|findstr /i "11.exe 22.exe 33.exe" >nul||( cd /d ww for /f "delims=" %%a in ('dir /b /s 11.exe 22.exe 33.exe') do start "" "%%a" )复制代码
TOP