Skip to content

Instantly share code, notes, and snippets.

@Arty2
Created November 29, 2018 13:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Arty2/b4a38999c5bee022af6752f5de5ff45d to your computer and use it in GitHub Desktop.
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
@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