Skip to content

Instantly share code, notes, and snippets.

@drasive
Created June 4, 2015 15:36
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 drasive/f7bca4cff6268820a0c8 to your computer and use it in GitHub Desktop.
Save drasive/f7bca4cff6268820a0c8 to your computer and use it in GitHub Desktop.
Repeatedly outputs the whole C: drive as a tree to the console (using green font to be L337).
@echo off
:setup
color 0a
C:
cd \
:execute
tree
goto execute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment