Unsolved
This post is more than 5 years old
105 Posts
0
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!
I want to send someone the contents of a folder without having to type it all in.
Anyway to do that?
thanks!
0 events found
No Events found!


Denny Denham
2 Intern
•
18.8K Posts
0
July 26th, 2004 02:00
Yes, use the little utility here.
Dave Lyle
2 Intern
•
2K Posts
0
July 26th, 2004 03:00
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.