Created
November 29, 2018 13:33
-
-
Save Arty2/b4a38999c5bee022af6752f5de5ff45d to your computer and use it in GitHub Desktop.
Createa txt file with the current directory (folder) tree-like structure of subdirectories - Windows executable script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
powershell -command "tree > directory-tree.txt" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment