home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 December / 12_02.iso / test / bear / BSINSTALL.exe / %MAINDIR% / Webstats.bat < prev    next >
Encoding:
DOS Batch File  |  2002-10-01  |  347 b   |  16 lines

  1. @ECHO OFF
  2. ECHO --- BearShare Usage Statistics ---
  3. if not exist .\WebStats MD .\WebStats
  4. if not exist .\Logs MD .\Logs
  5. if not exist .\Logs\access.txt goto errend
  6. .\WebStats.exe
  7. Start .\Webstats\index.html
  8. goto end
  9.  
  10. :errend
  11. Echo Upload logging is now activated, but there
  12. ECHO isn't any upload activity to report yet.
  13. PAUSE
  14. :end
  15. exit
  16.