提取当前文件夹下的所有文件名.bat(Windows批处理文件)

@echo off
dir /s/b *.* > 文件名.txt
exit
原文地址:https://www.cnblogs.com/Komorebi-john/p/12362529.html