home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / MYBBS.ZIP / WINDOWS / DESKTOP / MYBBS / BOARD / RESET.DOC < prev    next >
Text File  |  1996-01-01  |  1KB  |  30 lines

  1.  - BOARD MASTER RESET -
  2.  
  3.  Although Board Master is self-maintaining. I thought it might be a good
  4.  idea to write a reset program.
  5.  
  6.  And that's exactly what RESET.EXE does.
  7.  
  8.  There are two ways to use it. With a command line option or without.
  9.  
  10.  The command line option /A or /a will allow you to reset the game
  11.  without outside interference. Another words, it allows you to reset the
  12.  game automatically say through a batch file.
  13.  
  14.  Since Board Master resets itself when someone wins, the only time I can
  15.  see the need for it is say if you want to reset the game every 30 days
  16.  or so for league play or even a tournament.
  17.  
  18.  Use this option with care since there will NOT be any chance to stop
  19.  the process once it is started. To use it this way call the program
  20.  like this:  RESET /A
  21.  
  22.  The /A is simply short for automatic.
  23.  
  24.  If you want to reset the game manually, then simply call the program
  25.  like this: RESET
  26.  
  27.  In this fashion you will have a chance to abort the process before it
  28.  deletes the appropiate files.
  29.  
  30.