| View previous topic :: View next topic |
| Author |
Message |
Zero_Fresh UberTweaker

Joined: 21 Jul 2004 Posts: 1450 Location: Between PA and the ocean
|
Posted: Mon Aug 01, 2005 11:09 am Post subject: Need help making a list of file names in XP |
|
|
Ok.. I need to take a folder that has A LOT of excel files in it and make the filenames into one list. I would just type them out if there wasn't over 900 files, but since there is, does anyone know how to take all those names and somehow turn them into a list without using a thrid party proggie. (It's on my work machine adn I am not allowed to install anything) _________________ "....Or as almost every word in a sentence; Tweak the tweaking tweakers!"
Josh Awards = 2 |
|
| Back to top |
|
 |
Google Sponsor
|
Posted: Mon Aug 01, 2005 11:09 am Post subject: Advertisement |
|
|
|
|
| Back to top |
|
 |
Fitz Goran TweakNOOB
Joined: 07 Sep 2004 Posts: 53
|
Posted: Mon Aug 01, 2005 1:30 pm Post subject: |
|
|
You can do this from the command prompt.
Open the command prompt, change the directory to the directory containing you excel files, and type is this command.
dir *.xls /b > filelist.txt
A file named filelist.txt will be created with a list of all the excel files. |
|
| Back to top |
|
 |
Zero_Fresh UberTweaker

Joined: 21 Jul 2004 Posts: 1450 Location: Between PA and the ocean
|
Posted: Tue Aug 02, 2005 9:34 am Post subject: |
|
|
Fitz... That was exactly the solution.
Unfortunately, I made a phone call to a friend and got the answer before your reply was posted, (I get impatient at work sometimes ) but I wanted to post cofirmation for the validity of the forums.
Thank you. _________________ "....Or as almost every word in a sentence; Tweak the tweaking tweakers!"
Josh Awards = 2 |
|
| Back to top |
|
 |
|