PDA

View Full Version : how can i make a text list of a folders contents in win 2k


Ebola
12-05-01, 03:23 AM
the subject says it all. thanks

Violator
12-05-01, 04:41 AM
Well not sure about under Windows but if you go to a command prompt in Win2k : and lets say the directory is Apps

Type

cd apps

dir *.* >c:\textdir.txt

That will output all the info to a .txt file called textdir

Ebola
12-05-01, 04:48 AM
thanks.

i avoid the comand promt like the plague but i got it to work.