Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > Interests > Tilted Technology


 
 
LinkBack Thread Tools
Old 01-02-2005, 08:24 AM   #1 (permalink)
Tilted
 
Location: Ontario
Folder List .. Please Help

okay, I have folder on my computer that has my whole cd collection in it. There is 697 albums, each in their own folder. How would I make a txt/Word or Excel document of the entire list without having to type it out??

Thanx in advance
J-DaWg is offline  
Old 01-02-2005, 09:31 AM   #2 (permalink)
Tilted
 
Location: Central OH
Haha, this question is right up my alley!

Get to a command prompt, get to the folder that has your whole CD collection in it. Then type the following command:

dir /b /s > songs.txt

This will list every file in every folder underneath your current working directory in "bare" format (basically just the file/path names) and output it to the songs.txt file instead of the screen. It may look like it locked up, but let it sit there for a bit until you're taken back to a command prompt. Then you can open songs.txt in Notepad.

Let me know if you need anymore help!
neekap is offline  
Old 01-02-2005, 11:10 AM   #3 (permalink)
Tilted
 
Location: Ontario
that was perfect .. thanks!!

Quote:
Originally Posted by neekap
Haha, this question is right up my alley!

Get to a command prompt, get to the folder that has your whole CD collection in it. Then type the following command:

dir /b /s > songs.txt

This will list every file in every folder underneath your current working directory in "bare" format (basically just the file/path names) and output it to the songs.txt file instead of the screen. It may look like it locked up, but let it sit there for a bit until you're taken back to a command prompt. Then you can open songs.txt in Notepad.

Let me know if you need anymore help!
J-DaWg is offline  
Old 01-02-2005, 02:20 PM   #4 (permalink)
I am not permanent.
 
glytch's Avatar
 
Location: Tennessee
Hey great trick neekap! I wasn't aware of the /b and /s switches. Thank you for bringing this up.
__________________
If you're flammable and have legs, you are never blocking a fire exit. - Mitch Hedberg
glytch is offline  
Old 01-02-2005, 02:22 PM   #5 (permalink)
Adequate
 
cyrnel's Avatar
 
Location: In my angry-dome.
dir /?

------
cyrnel is offline  
Old 01-02-2005, 04:34 PM   #6 (permalink)
I am not permanent.
 
glytch's Avatar
 
Location: Tennessee
I realize what /? does, but I hadn't thought to look because I'd never wanted dir to do anything but, well, list the contents of a directory. But, yes, I am apparently an idiot. Thanks for pointing that out.
__________________
If you're flammable and have legs, you are never blocking a fire exit. - Mitch Hedberg
glytch is offline  
Old 01-02-2005, 05:02 PM   #7 (permalink)
Adequate
 
cyrnel's Avatar
 
Location: In my angry-dome.
Heh, sorry.

Windows cli tools are minimalist but the manpages can be a surprise if you learned on pre-NT versions.
cyrnel is offline  
Old 01-02-2005, 07:15 PM   #8 (permalink)
Tilted
 
Thanks for the cool tip
__________________
s3x p1z
bubbagump is offline  
Old 01-04-2005, 02:01 AM   #9 (permalink)
Insane
 
what's a command prompt?
__________________
"Hey little kitty with your tail dragging on the floor
You could have a following in every town that you go"
Electric Six - I Invented The Night
fallsauce is offline  
Old 01-04-2005, 08:17 AM   #10 (permalink)
I am not permanent.
 
glytch's Avatar
 
Location: Tennessee
To get to a command prompt, you can click start, then run (or Windows key + r) and type in <b>cmd</b>. Hope that helped.
__________________
If you're flammable and have legs, you are never blocking a fire exit. - Mitch Hedberg
glytch is offline  
Old 01-04-2005, 05:36 PM   #11 (permalink)
Insane
 
I got the txt file working, but I can't seem to get it to do the write folder. Right now it's c:\documents and settings no matter which folder I run the command prompt from. Not totally sure that's what I should be doing...
__________________
"Hey little kitty with your tail dragging on the floor
You could have a following in every town that you go"
Electric Six - I Invented The Night
fallsauce is offline  
Old 01-04-2005, 10:31 PM   #12 (permalink)
Insane
 
Location: Austin, TX
once you're in a command prompt window, use the <i>cd</i> command to change directories, e.g.

cd "My Music"

then

cd "All Albums"

or whatever.

If you're already using cd and it's not working, it might be the quotes. The quotes are a hack windows had to put in to make long filenames work in DOS.
skaven is offline  
Old 01-04-2005, 11:06 PM   #13 (permalink)
Insane
 
I feel like a dumbass here... but it's not working. Right now it says: "The system cannot find the path specified"

Can you just tell me exactly what I need to enter if my folder is "D:\mp3"
and right now the first thing I see when I open the command prompt window is C:\documents and settings\Yang Yang
__________________
"Hey little kitty with your tail dragging on the floor
You could have a following in every town that you go"
Electric Six - I Invented The Night
fallsauce is offline  
Old 01-05-2005, 09:03 AM   #14 (permalink)
I am not permanent.
 
glytch's Avatar
 
Location: Tennessee
Don't feel bad, this is stuff I'm sure quite alot of people don't know how to do. Afterall, you have to start somewhere right?
Anyway, from your command prompt type<b> D:</b>
This should bring you do a prompt for your d: partition. After that, you can do <b>cd mp3</b> which will bring you into your mp3 folder. From there you can enter the file list redirection listed above.
__________________
If you're flammable and have legs, you are never blocking a fire exit. - Mitch Hedberg
glytch is offline  
Old 01-07-2005, 09:25 PM   #15 (permalink)
Upright
 
Location: Indiana
Here's how I do it. First, download and install Karen Kenworthy's Power Tool: "Directory Printer". It becomes a right click option in windows explorer and lets you do several things; for instance you can print a list of all files in a folder, filter (in almost anyway you can imagine) the list and print and you can save your list to a text file which can be copy and pasted into a spreadsheet and sorted/printed. Here's the url to her power tools list, all free for personal use and highly recommended:
http://www.karenware.com/powertools/powertools.asp
hoosier52 is offline  
Old 01-07-2005, 11:06 PM   #16 (permalink)
Mine is an evil laugh
 
spindles's Avatar
 
Location: Sydney, Australia
Actually the cool thing with command prompt in the later versions of windows is you can type cd beginning of directory then hit the tab key and it will match the first directory name with those matching letters. Subsequent tabs gets the next matching name.

This matching also works if you want to run a file in the current directory - type the first letter, then tab.

So to change to the "my music" directory you could type cd My[TAB]

Also, you could do the dir of the d:\mp3 from the default by typing

dir d:\mp3\*.* /s /b > songs.txt

This way the songs.txt file will end up in c:\Documents and Settings\...

/end of command prompt nerdiness.
__________________
who hid my keyboard's PANIC button?
spindles is offline  
 

Tags
folder, list


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 02:25 AM.

Tilted Forum Project

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