File Lister (no install)

  • Thread starter Thread starter Tramp
  • Start date Start date
Tramp said:
This is a quick program that I wrote one day that I feel fills a rather
odd void in Windows. You pick a directory, double click on it, and it
lists all the files in that directory into a text box, so you can copy
them. Great for creating all those song lists of your MP3's
http://www.scottandmichelle.net/scott/programming.html

Well, you can also type this command in the shell :

DIR > list.txt

Then, you get all the output of dir in a text file :-)

nevermind, thanks for all your posts

laurent
 
Back
Top