odd question (PC related)
Jun 6, 2004 at 5:55 AM Thread Starter Post #1 of 4

loveheadphones

100+ Head-Fier
Joined
May 12, 2003
Posts
385
Likes
10
i was wondering if anyone knew an easy way to generate a text file with the names of all the files in chosen directory?
well, if you know of a way just tell me please!
biggrin.gif
 
Jun 6, 2004 at 6:13 AM Post #2 of 4
start -> run -> type "cmd"

in dos window, type "c:" then press enter

in C:\> type "cd [chosen directory]" (don't put brackets when you're actually typing it in. Just put those there for clarification.)

once inside desired directory, type "dir -s > c:\listing.txt" for a recursive listing. Type "dir /?" for a listing of all the options and flags available.

- Chris
 

Users who are viewing this thread

Back
Top