文件目錄結構生成器

將以下文件複製到一個文本文件中,保存爲 批處理文件的後綴,雙擊運行即可。



title 指定命令提示窗口的標題

echo off
cls


echo Please enter the specific folder path ( For instance: Directory=C:\ ), and then choose "save as" to save the file.
set /p Directory=Directory=
tree /f "%Directory%">%temp%\Directory.txt
%temp%\Directory.txt
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章