home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / DOORS / MAZE50.ZIP / MAZEDOCS.ZIP / MAZEUTIL.DOC < prev    next >
Encoding:
Text File  |  1991-11-27  |  2.8 KB  |  80 lines

  1.   Sysop Documentation for MazeUtil.EXE designed for MAZE Release 5.0
  2.  
  3.  
  4. ***** Purpose of MazeUtil *****
  5.  
  6.   Maze operates off an extensive data base comprised of both maze and user
  7.   information.  The game does not clean up data associated with a user that
  8.   never returns, like their old mail, etc.  MazeUtil is the sysop's friend
  9.   that helps monitor, edit or scrap this information.
  10.  
  11.   It is also the way you register the software and if you get into designing
  12.   your own dungeons it validates your design for potential problems.
  13.  
  14.   To set up MazeUtil you just place it in the same directory as your maze
  15.   game.  After running maze once, mazeutil will function fine in local mode
  16.   by entering "MazeUtil" at the DOS prompt.
  17.  
  18.   If your bbs runs a nightly or weekly clean up routine you may wish to add
  19.   mazeutil to its operation as it is capable of doing routine clean up
  20.   chores in unattended mode.
  21.  
  22.  
  23. ***** Background Operation *****
  24.  
  25. Example Batch File Lines:
  26. -----
  27.  
  28. C:
  29. cd \BBS\Maze
  30. MAZEUTIL.EXE CLEANUP
  31. cd \BBS
  32.  
  33. -----
  34.  
  35.   This automatic mode does generic data base maintenance described below:
  36.  
  37.   All users that have not called in 30+ days are deleted from the maze.log
  38.   file, their game?.dat file is erased, and any mail they have waiting or
  39.   have sent to someone else is zapped.
  40.  
  41.   Any users still in the lowest level of the maze with $1000 cash, the
  42.   default, and still having the max allowed moves per day left after their
  43.   last call are also zapped.  This cleans up the visitors that really
  44.   couldn't support ansi graphics but tried to take a peek.
  45.  
  46.   The mail boxes are compressed and deleted if no valid mail is in any of
  47.   them.  If no users are left after the clean up then all data files are
  48.   zapped and the game is close to the condition it had after an install.
  49.   Note: you may wish to have an extra copy of "Escapes.Dat" which keeps a
  50.   history of all users that have escaped from the maze.
  51.  
  52.  
  53. ***** Foreground Operation *****
  54.  
  55.   The interactive mode is straight forward and completely menu driven.
  56.  
  57.   .. It supports reviewing and/or editing of a user's condition and/or
  58.      location in the maze.
  59.  
  60.   .. It converts new maze dungeons you may design to the format expected
  61.      by maze.
  62.  
  63.   .. It allows guided purging of old maze users and compression of the
  64.      data bases.
  65.  
  66.   .. It allows all maze mail to be written, read and/or optionally deleted.
  67.  
  68.   .. It reviews the Maze.cfg file and gives you my interpretation of how
  69.      you have your system setup.
  70.  
  71.   .. It allows you to view any maze or (user in maze) you desire.
  72.  
  73.   .. It supports printing of any maze in regular or IBM format.
  74.  
  75.   .. Upgrades software status to "Registered" with the right password.
  76.                               
  77.  
  78.                                 Fast Fingers ...
  79.  
  80.