File listing Program Copyright 2000 Talon Computer Consulting, Inc http://www.tccsoftware.com support@tccsoftware.com (903) 534-9911 Developer: Brian Collins ================================== Description =========== This script scans a defined directory for file names only, and then prints out the results in an html format, with an appened href tag that has been defined. Package Contents ================ files.pl readme.txt header.txt - a text file that contains the html header information footer.txt - a text file that contains the html footer information config.ini - contains all the configuration information Installation and Setup ====================== If PERL is not installed, you must install it. http://www.activestate.com 1. Create a directory for this script, header.txt, footer.txt and the config.ini. 2. Open config.ini and change the path= line to point to the correct directory that the script will scan. Example: path=c:\winnt 3. Change the url= line to reflect the appened hyperlink for the output of the script. Do not put a forward slash '/' after the url name. Example: url=http://www.yourdomain.com 4. Change the headerfile= to point to where you placed the header file. Be sure to include the name of the file. Example: headerfile=c:\myfiles\header.txt 5. Change the footerfile= to point to where you place the footer file. Be sure to include the name of the file. Example: footerfile=c:\myfiles\footer.txt 6. Save the config.ini file. 7. You can open up the header.txt and footer.txt to customize how ever you want the html page to look. 8. Now just set up a link to call the script, and your done.