 | | | Save directory listing to .txt file
Asked Jun 23, 2006, 12:37 PM
—
11 Answers This is kind of part2 to a question long closed. I played with software to do this but did not like the registry changes it made. I'm using WinXP
I dug up an old email with "instructions" but cryptic ones to my pea-brain:
Me: "Can you remind me how to save a directory listing to file?"
Him: "Open a DOS window in the folder you want. Type dir > rick.txt"
What-the-how-the-heck?
How do I "open a dos window in the folder"?
Then how do I designate where I want the file to go?
I do have a print directory option when I right click on a folder, but I want to save it to file, not print it.
Thanks! Thread Summary |
11 Answers
 | Admin & Wine Expert | |
Jun 23, 2006, 12:40 PM
| | | Here you go - Start
- Run
- Type cmd (gives you a 'DOS' window)
- Navigate to the folder you want (c:\folder)
- Type DIR > rick.txt
Job done | | |  | Uber Member | |
Jun 23, 2006, 12:48 PM
| | | Now I'll really show my stupidity  :
I forget how to navigate from there.
When I run cmd.exe it puts me with the curser flashing right after
C:\Documents and Settings\Rick>
The directory I want to save to file is
G:\My Music | | |  | Admin & Wine Expert | |
Jun 23, 2006, 12:52 PM
| | | Ok try this
G:
Cdmy music | | |  | Computer Expert and Renaissance Man | |
Jun 23, 2006, 12:57 PM
| | |
Typing Help at the the command prompt will give you a list of commands. Typing Help command will give you the syntax for that command. | | |  | Uber Member | |
Jun 23, 2006, 12:57 PM
| | | Cool!
Ok, now I'll get a bit picky. The formatting is ugly. Each file is one line preceeded with date, time and file size - followed by the file type.
Is there a way to get just a listing of the file names? | | |  | Admin & Wine Expert | |
Jun 23, 2006, 12:59 PM
| | | Come on Rick.
Engage brain
You've got the txt file so throw it into excel and kill off the info you don't need | | |  | Uber Member | |
Jun 23, 2006, 01:01 PM
| | | Well, as is the norm when I'm still at work at 4PM EST on a Friday: Out of Braincells.
[a red faced rick smacks self on forehead] | | |  | Computer Expert and Renaissance Man | |
Jun 23, 2006, 01:04 PM
| | |
There are actually ways, using the DIR command to trim the list, but bringing it in Word or Excel and making a table out if it is easier. | | |  | Full Member | |
Jun 23, 2006, 01:27 PM
| | | Quote: |
Originally Posted by ScottGem There are actually ways, using the DIR command to trim the list, but bringing it in Word or Excel and making a table out if it is easier. | Well, I'm not sure it's easier. For me, the fewest steps needed would be easier.
Dir /w > rick.txt
Would create your text file with just the names of files. Actaully, it would also include directories, so if you wanted exclude them:
Dir /w /a-d > rick.txt | | | | Thread Tools | Search this Thread | | | | Add your answer here.
Check out some similar questions!
How to save JPEG into smaller size of file... [ 1 Answers ]
I'm using Corel and Adobe... I want to know how to export my work into a smaller size of JPEG file... Cause I enccounter this when I'm to upload a photo in a site... But it asking me to upload only 110 x 110 pixels and 15k... So I edit my 2 x 2 photo (300 DPI) using photoshop I try to reduce the...
Finding and Listing Value in Cells [ 5 Answers ]
Question:
In 10 cells in a row, two unspecified values will appear. In all other cells, there is a zero. For example:
A B C D E F G H I J K
0 61 0 0 28 0 0 0 0 0 0
I have many rows, and the column in which they appear is randomized. In each row, one...
Listing a house [ 6 Answers ]
A friend of mine purchased a house in NY it was listed with a realestate broker as a 5 bedroom house. By the time the closing came time the house was renamed as a one bedroom house. The 4 bedrooms on the first floor were no longer considered bedrooms, because there were no closets in the rooms. Are...
View more Other Computers questions Search |
|