Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   Logging all files I own (https://thetfp.com/tfp/tilted-technology/82610-logging-all-files-i-own.html)

Gatorade Frost 02-03-2005 03:30 PM

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.

hrdwareguy 02-03-2005 03:45 PM

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.

vanblah 02-03-2005 07:43 PM

You might also try "tree c:\directory /f /a > filename.txt

neekap 02-04-2005 08:15 AM

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 07:34 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73