home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- ECHO --- BearShare Usage Statistics ---
- if not exist .\WebStats MD .\WebStats
- if not exist .\Logs MD .\Logs
- if not exist .\Logs\access.txt goto errend
- .\WebStats.exe
- Start .\Webstats\index.html
- goto end
-
- :errend
- Echo Upload logging is now activated, but there
- ECHO isn't any upload activity to report yet.
- PAUSE
- :end
- exit
-