Looking for a directory printer to linkable HTML file

BlueWeasel

Lifer
Jun 2, 2000
15,944
475
126
I'm constanting making backups of game files (patches, mods, maps, etc) to both CDs and DVDs. I find myself looking for particular files often, and I'd like to have a listing of the all the files and directories on the CD/DVDs so I don't have to spend the time loading and searching thru each disc.

I've been using Karen's Directory Printer,
and it's a really good, simple program.

But, I'd like to find something similar that has a little more control over the output and can export to HTML files that links back to the file on the disc. I'd like program that exports the entire CD or DVD to a HTML file. The directories would be sorted in the HTML file, and I could select the file link and it would open the file on the CD/DVD (the CD/DVD would have to be in the drive).

I've seen a program that did exactly this, but can't find it out. Any suggestions?
 

Czar

Lifer
Oct 9, 1999
28,510
0
0
dir /s > thetextfile.txt

prints everything and writes to a text file, all I would need at least :)