On 20/6/03 at 10:43 am, John Callan wrote:
Anyone know of software that will allow me to export file names i.e.
4367.jpg to a text file ?
You don't say what platform you are on, but if it's Win then an old DOS command will do the job nicely.
Do:
Start>Run
Type: cmd and press [Enter]
move youself to the directory with the files using drive letters and cd commands then:
Type: dir/r > filelist.txt
That's it ................
dir/r outputs a raw directory list (file names only) and the '>' redirects the output to 'filelist.txt' or any other file name of your choice.
Jim King
=============================================================== GO TO http://www.prodig.org for ~ GUIDELINES ~ un/SUBSCRIBING ~ ITEMS for SALE
