How to make this script to work with PWS on Win9x/Me and IIS on WinNT/2000?
1. Install Microsoft Personal Web Server (PWS) which is included on your Win9x/Me setup CD-ROM.
   Browse to E:\Add-ons\Pws\ (substitute your CD-ROM drive letter for E) and run Setup.exe.
2  Assume you have installed PWS to C:\Inetpub.
3. Create a directory called "NetScan" in C:\Inetpub and put the scanned results into it.
   Assume you have named the scanned result of "Network A" as "ScanOut1.mdb".
   Assume you have named the scanned result of "Network B" as "ScanOut2.mdb".
   If not, follow the step 4 and 5.
4. Find "ScanOut1.mdb" and "ScanOut2.mdb" in this script. Change them to the correct file names.
5  Find "Network A" and "Network B" in this script. Change them to some relevant descriptions.
6. Launch Personal Web Manager of PWS and select "Advanced" tab at the lower left.
   From the "Home" directory in the list of "Virtual Directories", click "Add".
   In the next dialog box popped up, fill "Directory" with "C:\Inetpub\NetScan" and type "netscan"
   in "Alias". By doing so, you make "C:\Inetpub\NetScan" a virtual directory called "/netscan"
   on PWS. Ensure the "Execute" and "Scripts" blocks are checked.
7. Put this script into C:\Inetpub\Scripts.
8. Start PWS. Open a browser window and go to http://localhost/scripts/netscan.asp. Nota that
   "/scripts" is a default PWS virtual directory with "Execute" and "Scripts" enabled. If not
   existing, add it manually.