home *** CD-ROM | disk | FTP | other *** search
- @Echo Off
- REM Batchfile for SYSOP Maintenance during event
- REM
- REM The different processes / parameter should be called in
- REM the following order.
-
- :FILECHECK
- REM First you have to read uploads via UploadCheck. Than you may
- REM run ArcScan and/or FileScan. When running Multiline and when
- REM ArcScan + FileScan need some longer time you should do another
- REM UploadCheck to read possible uploads that occured during
- REM maintenance run.
- REM
- REM UploadCheck
- REM ArcScan
- REM FileScan
- REM UploadCheck
- REM
- SYSOP uc zs fs uc
-
- :LISTEN
- REM First of all you should read your logfiles to update the
- REM download counter. Than write FILES.BBS as soon as possible.
- REM This is important when running multiline to prevent uploads
- REM since last UploadCheck.
- REM
- REM Read logfiles
- REM Purge logfiles
- REM Create FILES.BBS
- REM Create AllFiles
- REM Create NewFiles
- REM Create special file listings
- REM
- SYSOP lr ls dl af nf al
-
- :STATISTIK
- REM Create this statistics daily. You must run
- REM UserStatistic first to read all user data
- REM
- REM Top User List
- REM Mail area statistic
- REM BBS statistic
- REM User parameter statistic
- REM File area statistic
- REM Create baud statistic
- REM
- SYSOP us as bs ps fa br
-
-
- :CHARTS
- REM Don't run this statistics daily to show your users
- REM that there are changes
- REM
- REM Top downloaded Files
- REM Uploader statistics
- REM Downloader statistics
- REM Best mail writer
- REM
- SYSOP to mr sa ms
-