Windows Batch Script Tree 

echo off

#Drive letter jump
%~d0

#The path where the bat file is located jumps
to cd %~dp0

#Tree command execution
tree /f > FileTree.txt

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326330093&siteId=291194637