I asked the question once before but I did not make my question plain enough. So, again…
I have a list of files on several CD-ROMs and a DVD that I would like to make available for my customers to download from my website. I already have a directory that is password protected.
My next step is to, using the public library computer, put a CD-ROM into the drive and have a program read the drive and produce an HTML file listing those files. I’ll name the file /password protected directory/index.html. I may have to tweak this file somewhat but that can be done using Wordpad’s search and replace function and saving as text then renaming .html.
Now the biggest obstacle is that using public computers I am not allowed to install software. However I have a USB 1G drive, so the program must be self standing.
I’ve tried a bat file with command.com but it won’t allow the use of long filenames and the admin has disabled cmd.com so using cd, dir, and tree are out.
I’m starting my search over again, a little more systematically keeping copies of the names of programs that don’t work.
So, anyone know of a stand alone program that will read a drive and produce an html file listing the files with size and parent directory?