skyhello08 当前离线
列兵
lxningbat 当前离线
上等兵
TOP
BAT-VBS 当前离线
少将
@echo off set "file_path_snd=C:\test" for %%a in ("%file_path_snd%\dnap1702_*.out") do ( echo %%a ) pause复制代码