Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: paigeoliver on November 11, 2003, 04:32:11 am

Title: app to list a directory as a text file
Post by: paigeoliver on November 11, 2003, 04:32:11 am
Is there an application that can list the contents of a directory as a text file? Or can this be done somehow by typing in the right thing at the dos prompt (I know A LOT of things can be done that way if you know how). I want to make my playlist.txt for gamelauncher without having to type in each mp3 manually.
Title: Re:app to list a directory as a text file
Post by: paigeoliver on November 11, 2003, 04:35:05 am
I am playing around with the dir command.

So far this is as close as I have gotten.

dir /b > dir.txt

That makes a txt list of all the files and directorys in the folder, but without the complete addresses.
Title: Re:app to list a directory as a text file
Post by: Onkel_Tom on November 11, 2003, 05:57:30 am
Maybe you want to try out a program called "Directory Printer"
http://www.karenware.com/powertools/ptdirprn.asp
Cheers, Thomas