Monday, January 5, 2015

Batch Tree Command

The batch tree command is used for displaying all of the file folders in a certain directory.  As far as I know it cannot show the actual files themselves but only the folders.  This is how you use this command.  First you need to specify the directory you would like to use the command in.  Then you have to do the actual command.  The command is very simple.  All you have to do is write

tree


To do it to a certain directory write this.


cd %userprofile%\Documents
tree


You could do a different directory also.

No comments:

Post a Comment