Creates an html file with links to all html files one directory deep.
I download and play a lot of html games, but I have a hard time keeping them all organized in my head. This goes one directory below where it is placed and searches for any HTML file. (*.html) Then it makes a simple table with all the files it finds in a 4 column table.
Thing to improve: -add optional coloring -create an options flag -Optional number of columns (done) -naming of output file (done)
Changelog V1.3 Added sorting to manual method Added sorting to automatic method V1.2 Added an auto version of the file Added the Shebang line at the top to make the file easier to use. V1.1 Added the ability to name the output Added verification that we are in the correct directory Added ability to determin columns V1.0 None