Need Help With File Names

dmeyer07

Solid State Member
Messages
16
Hey guys, sorry if i'm in the wrong thread.
I have about 1200 files (CStrike maps). I want a word document, or any document for that matter, listing all of the maps i have. But i don't want to sit down and type out 1200 map names.

For example if the file name was de_dust2. then that is what i want in my .doc or list of maps i have.

Does anyone have any information on how to do this effectively? Is there a way to copy just the folder names?
This is a screen shot of the folders i want to make a "name list" of.

Thanks for any advice in advance :)

(if you need more information, please ask)

I FOUND A SOLUTION! OSCARS RENAMER! IT TAKES ALL OF YOUR FILES , IN MY CASE 1223 AND LISTS THEIR NAMES IN A TEXT FORMAT. YOU CAN DO W/E YOU WANT FROM THERE, COPY AND PASTE, EDIT ETC.
SO ANYONE HAVING THE SAME PROBLEM, HERES THE SOLUTION!
THANK YOU
 
Click Start button then click Run then type cmd

In the command prompt type this:
Code:
dir /b "C:\Documents and Settings\David\Desktop\Server Maps" >"C:\Documents and Settings\David\Desktop\Server Maps\Servermaps.txt"

Copy that and put that in the command prompt.


Now look in your Server maps directory for the txt file
 
Back
Top Bottom