This zip archive contains two files: INDEX.VBS The file you were expecting! Pass it a folder name and it will create an "index.html" web page for that folder, complete with nice graphic icon links. You can edit a few constants in the script if you want to change the index file name or change where the graphic files should go. BIN2HEX.VBS If you want to add more icon graphics to the "index.vbs" script, use this script. I did! To save space, create your icon as a 16x16 GIF file with 16 colors. Drop the GIF file on the "bin2hex.vbs" script and the line you need will be added (yes, appended) to a file named "bin2hex.txt". You just paste that line in with the other similar lines in the script, declare the new variable it references, and add a line in the dictionary code section to use it. -------------------------------------------------------------------- -------------------------------------------------------------------- Because I'm a really decent guy, I've released both the above VBS scripts into the Public Domain. That means you can use them, sell them, modify them, and redistribute them without my permission and without crediting me. Obviously, I can't guarantee anything at all about the scripts. They are plain text files, so you can examine them yourself to see if they will do what you want. Eric Phelps November 2004 http://www.ericphelps.com