Unsolved

This post is more than 5 years old

105 Posts

2352

July 26th, 2004 02:00

Copying File names iin a folder to a .txt?

How can I copy just the file names in a folder and save them in a .txt file?

I want to send someone the contents of a folder without having to type it all in.

Anyway to do that?

thanks!

2 Intern

 • 

18.8K Posts

July 26th, 2004 02:00

rkruz,

Yes, use the little utility here.

2 Intern

 • 

2K Posts

July 26th, 2004 03:00

Good ol' Karenware.

If you want to do it the old fashioned way....

Open a command window and navigate to the directory in question. Typing in "dir [enter]" will type out the list of files in the directory. If you want this list to go to a file instead of to the sceen, type in "dir >>list.txt [enter]. This will dump the list of files in the directory to the file "list.txt".

I think you get more details with the Karenware Utility, though.

0 events found

No Events found!

Top