![]() |
Logging all files I own
I'm looking to see if there's a way to create a word or notebook document of all the files I have in a folder of my computer. I was going through my old hard drive from a while back and I saw all this bizarre music I have from that time period and wanted to share with the world everything I've found.
Is there a way to do this without typing one at a time what's in there? Thanks in advance. |
drop to a dos prompt
change to the parent directory type, "dir /s *.* >musiclst.txt" (without the quotes) this will create a text file of all files in every subdirectory from the directory you are currently in. |
You might also try "tree c:\directory /f /a > filename.txt
|
the /b switch on the dir command will give you an abbreviated format where it just has file/path name.
|
All times are GMT -8. The time now is 08:34 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project