>All.txt)" />
DOS 获取并合并文件 @echo offfor /f "delims=" %%a in ('dir/b/s *.txt') do (type "%%a">>All.txt)