@echo off if exist 文件列表.txt del 文件列表.txt
FOR /R %%C IN (*.*) DO echo %%~fnC>>文件列表.txt