home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / RA / SYSOP200.ZIP / START.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-12-23  |  1.6 KB  |  60 lines

  1. @Echo Off
  2. REM     Batchfile for SYSOP Maintenance during event
  3. REM
  4. REM     The different processes / parameter should be called in
  5. REM     the following order.
  6.  
  7. :FILECHECK
  8. REM     First you have to read uploads via UploadCheck. Than you may
  9. REM     run ArcScan and/or FileScan. When running Multiline and when
  10. REM     ArcScan + FileScan need some longer time you should do another
  11. REM     UploadCheck to read possible uploads that occured during
  12. REM     maintenance run.
  13. REM
  14. REM     UploadCheck
  15. REM     ArcScan
  16. REM     FileScan
  17. REM     UploadCheck
  18. REM
  19.         SYSOP uc zs fs uc
  20.  
  21. :LISTEN
  22. REM     First of all you should read your logfiles to update the
  23. REM     download counter. Than write FILES.BBS as soon as possible.
  24. REM     This is important when running multiline to prevent uploads
  25. REM     since last UploadCheck.
  26. REM
  27. REM     Read logfiles
  28. REM     Purge logfiles
  29. REM     Create FILES.BBS
  30. REM     Create AllFiles
  31. REM     Create NewFiles
  32. REM     Create special file listings
  33. REM
  34.         SYSOP lr ls dl af nf al
  35.  
  36. :STATISTIK
  37. REM     Create this statistics daily. You must run
  38. REM     UserStatistic first to read all user data
  39. REM
  40. REM     Top User List
  41. REM     Mail area statistic
  42. REM     BBS statistic
  43. REM     User parameter statistic
  44. REM     File area statistic
  45. REM     Create baud statistic
  46. REM
  47.         SYSOP us as bs ps fa br
  48.  
  49.  
  50. :CHARTS
  51. REM     Don't run this statistics daily to show your users
  52. REM     that there are changes
  53. REM
  54. REM     Top downloaded Files
  55. REM     Uploader statistics
  56. REM     Downloader statistics
  57. REM     Best mail writer
  58. REM
  59.         SYSOP to mr sa ms
  60.