home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / MNBBS232.ZIP / MMAINT.DOC < prev    next >
Encoding:
Text File  |  1995-05-07  |  2.4 KB  |  57 lines

  1.  
  2.  
  3.     MMAINT V2.3    Copyright 1995  Tom Mitchell
  4.     ──────────────────────────────────────────────────────────────────────────
  5.  
  6.     This is a maintenance utility to check for an inactive minibbs and to
  7.     maintain the data files.  It should be setup as a daily event. 
  8.  
  9.     Here are the command line options:
  10.  
  11.         MMAINT /S          Show Stats-- Current Settings.
  12.         MMAINT /C          Configure Settings.
  13.         MMAINT             Run As Maintenance Event.
  14.         MMAINT /? (or /H)  List these options.
  15.  
  16.  
  17.     MMAINT.EXE must be in the minibbs directory and the batch file should be
  18.     something like:
  19.  
  20.         cd\door\minibbs
  21.         mmaint
  22.         cd\bbs              {or wherever you return to}
  23.         board               {for tribbs systems}
  24.  
  25.     
  26.     There are three values that you enter to configure the program:
  27.  
  28.         The first is the maximum number of days to allow an InActive mini-BBS
  29.     to remain in the door.  There are two things that decide if a mini-BBS is
  30.     inactive.  One, is if the mini-Sysop has not been in the MiniBBS door at
  31.     all for more than the specified number of days.  The second, is if no
  32.     new messages have been posted in that many days.  To disable, enter 0.
  33.  
  34.         The second value is the maximum number of days to allow a user to have
  35.     a mini-BBS (whether or not it is active).  If a mini-BBS exists for more
  36.     than the specified number of days, they are removed from being the mini-
  37.     Sysop.  To disable, enter 0.
  38.  
  39.         The third is for the type of maintenance that you would like to
  40.     perform.  In previous versions, this utility did not delete a mini-bbs
  41.     when it was removed.  It only removed the sysop of that area, leaving
  42.     the area available for someone else to claim.  You may now set this to:
  43.         
  44.         "T"  Take the area away from the current Mini-Sysop 
  45.                (as in previous versions), or
  46.         "R"  Remove the area (deletes all messages, etc.)
  47.  
  48.  
  49.     If you run MMAINT /C after your minibbs's are claimed, then you can also
  50.     mark each individual area as "Protected From Deletion."  This might be
  51.     used to protect an area that is being used for a role playing game. 
  52.  
  53.  
  54.     NOTE:  If upgrading MiniBBS from a version prior to V2.0,
  55.            you should run UPGRADE.EXE to convert your data files
  56.            then run MMAINT /C to configure the maintenance utility.
  57.