QUOTE
Thank you for the quick response, it is appreciated by me over here.
How does one go about writing a script, now is that Java or some of a thing?
If by "Java" you mean Java, probably not, and if by "Java" you mean Javascript (which is unrelated), then certainly not. Probably Perl or PHP, and there must be plenty of examples you can copy from. Try searching for "PHP script directory listing"...
The easiest way is to use the built-in function - do not set a default page to be displayed, and the server will generate a list of all files in the directory. This is probably harder to customise though, particularly if you want to list _only_ the *.htm files, for example.