As you start storing things on a hard drive, the structure of that drive can quickly become quite complex. You can end up with directories within directories within directories. If you want to create a "roadmap" that shows you the hierarchy of your hard drive, there's an easy way to do it.
cd \ tree /a /f > mydrive.txt
Doesn't seem like much, does it? The first command line changes to the root directory for your hard drive. The second one generates a "tree" of your hard drive structure and stores the output in the file named mydrive.txt. This file was created in the root directory for the hard drive, and you can use Windows Explorer (Windows 7 and Windows 8) or File Explorer (Windows 10) to navigate to that directory and open the file.
If you don't want a hierarchy for your entire hard drive, you can limit what is generated by the TREE command. You do this by using command-prompt commands, in step 2, to navigate to the directory you want to use as the beginning point for the hierarchy. The mydrive.txt file is then created in that directory (instead of the root directory), and it contains only the hierarchy of the current directory and any subdirectories.
This tip (10054) applies to Windows 7, 8, and 10.
You can fine-tune Indexed Searches by removing locations from the search index. This tip tells you how.
Discover MoreWindows Explorer has a good search utility built into it. As you use it, you may wish to save your commonly typed ...
Discover MoreBacking up your data is an important part of computer management. Enabling File History is a painless way to be able to ...
Discover More2019-08-20 05:30:36
roy taylor
Thanks Peter, will try it out.
Roy
2019-08-18 22:47:32
Peter Moran
Roy,
Windows does not like you loading files into the root directory unless in Admin mode I suspect.
Change the command so that it goes into your documents file:
tree /a /f > C:\Users\Yourname\Documents\mydrive.txt
Mind you it produces a heap of information about your hard drive!
I am still trying to find what I was looking for!
2019-08-14 09:49:01
MIchael Armstrong
Many free utilities to do this. Wish I could remember the name of the one I use...
2019-08-13 05:50:08
roy Taylor
I tried this but keep getting ACCESS DENIED, any ideas why?
Copyright © 2024 Sharon Parq Associates, Inc.
Comments