bat脚本获目录下下的文件名称:dir tree

bat脚本获目录下下的文件名称:dir tree 1。名称.bat @echo off :获取对应路径下文件名, DIR /S/N >a.txt pause 2。名称进阶版.bat @echo off if exist list.txt del list.txt /q :input cls set input=: set /p input=Please input path: set “input
相关文章
相关标签/搜索