home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / t / timefix.zip / TIMEFIX.DOC < prev    next >
Text File  |  1991-05-17  |  2KB  |  72 lines

  1.                             TIMEFIX.EXE
  2.                            Copyright 1990
  3.                            Marianne Love
  4.                          Nordevald Software
  5.  
  6.  
  7.  
  8.                         Disclaimer of Warranty
  9.  
  10.    This software and documentation is distributed "As Is" and without
  11.    warranties as to performance of merchantablity or any other warranties
  12.    whether expressed or implied.  Because of various hardware and
  13.    software configurations, no warranty of fitness is offered.
  14.  
  15.    The user of this software assumes all risks of using the program.
  16.  
  17.  
  18.  
  19.  
  20.    TimeFix will alter a user's time listed in a DORINFO1.DEF file to limit
  21.    the amount of time a user can spend in a door that otherwise does not
  22.    allow the SysOp to set a time limit.
  23.  
  24.    The correct format is TIMEFIX <newtime>.
  25.  
  26.    To limit time in the door to only 15 minutes:  TIMEFIX 15
  27.  
  28.    If the user actually has less time than the <newtime>, the time will not
  29.    be changed.
  30.  
  31.    Run it from within a batch file, after DORINFO1.DEF has been created,
  32.    and before the door is executed.  For instance, the batch file to
  33.    run the ill behaved door could be named BADDOOR.BAT and contain these
  34.    lines:
  35.  
  36.       TIMEFIX 20
  37.       DOORNAME.EXE
  38.  
  39.    where DOORNAME.EXE is the actual name of the door program and the
  40.    user's door time is limited to 20 minutes.
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.    Copyright 1990, Marianne Love dba Nordevald Software.
  48.  
  49.    Released into the Public Domain, February 9, 1990, by Marianne Love,
  50.    Nordevald Software, Tampa, FL.
  51.  
  52.  
  53.  
  54. =============================================================================
  55.  
  56.   Nordevald Software is the Home of DCI BBS Software.
  57.  
  58.   Authorized DCI Distribution Boards:
  59.  
  60.      Nordevald Software      813/961-0788  FLTAM  1200-9600 HST
  61.      Bird Lake BBS           813/265-3256  FLTAM  1200-2400
  62.      The Longbow BBS         813/265-8441  FLTAM  1200-9600 v.32
  63.      OMNIBUS BBS             619/464-6271  CASDI  1200-9600 v.32
  64.  
  65.  
  66.   DCI BBS Software is also available on BIX ( author id: m.love ) in
  67.   the BBS Conference Listings and on GENIE ( author id: M.LOVE3 ) in
  68.   the BBS RT Listings.
  69.  
  70. =============================================================================
  71.  
  72.