2025年2月20日

工作中-常用的批处理bat指令

摘要: FileLists.bat @echo off:: 清空已有的 filelists.txt 文件(如果存在)> filelists.txt ( :: 遍历当前目录下的文件夹并存入文件 for /d %%a in (*) do echo %%a :: 遍历当前目录下的文件并存入文件 for %%b i 阅读全文

posted @ 2025-02-20 23:07 疯狂の阳光 阅读(34) 评论(0) 推荐(0)

导航