Parse ASP Instructions **************************** HOW TO INSTALL **************************** Download the zip file and unzip to a directory in your path. **************************** HOW TO RUN **************************** Open command prompt and navigate to directory of ASP file you want to parse. In this example I will use c:\MyWebpage\LiveVersion\RootDir\Search\Names.asp The root of the web page is c:\MyWebpage\LiveVersion\RootDir Type parseasp and you will see these instructions --------------------------------------------- Parse ASP: Syntax: parseasp [root] [file] root - full path to root of drive file - name of asp file to parse Examples: parseasp c:\web\httpdocs default.asp parseasp d:\inetpub\wwwroot welcome.asp Instructions: * This is a command line app * Do not end path to root of site with a slash * Add executable to your path * Run from directory of page to parse * Do not add a path to the file to parse --------------------------------------------- To parse Names.asp I would type parseasp c:\MyWebpage\LiveVersion\RootDir Names.asp > Names.txt Remember ... * Pass in path to root of web page, not path to asp page * Do not include path to asp page You can name the redirect file to anything you want. It may be useful to name it the same as the ASP file so if you have many output files, you know which is which.