home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / DRTIME.ZIP / DRTIME.DOC next >
Encoding:
Text File  |  1993-08-01  |  3.3 KB  |  88 lines

  1.                                DOOR TIME
  2.                         (c) 1993 Richard Sharp
  3.  
  4.   DOOR TIME is  a method of controlling the amount  of time a user can
  5.   spend in  a particular door.  Currently, DRTIME only  works with BBS
  6.   software utilizing DORINFOx.DEF, but a  version for DOOR.SYS will be
  7.   released soon.
  8.  
  9.   DRTIME is very simple to use but requires a DRTIME.CFG file for each
  10.   door for  which you wish to  limit the time for  use. The DRTIME.CFG
  11.   file is  a simple 2  line file  and  a sample is  enclosed with this
  12.   archive.
  13.  
  14.     DRTIME.CFG
  15.     25                  <--Time you wish to allow in door
  16.     C:\RA\DORINFO1.DEF  <--Complete path and and name of DORINFOx.DEF
  17.  
  18.                        MISCELLANEOUS INFORMATION
  19.  
  20.   Place DRTIME.EXE into  a directory which is in  your DOS path state-
  21.   ment in your AUTOEXEC.BAT file. No need to have it in each directory
  22.   which contains the door you wish to run.
  23.  
  24.   DRTIME.CFG should reside IN THE DOOR DIRECTORY.
  25.  
  26.   Example door batch file:
  27.  
  28.      CD\BINGO
  29.      DRTIME
  30.      BINGO BINGO.CFG
  31.      CD\RA
  32.  
  33.   DRTIME will read the DRTIME.CFG file, adjust the amount of time left
  34.   for  the  user  in  the  DORINFOx.DEF  file.  But  since RA utilizes
  35.   EXITINFO.BBS as well, when the time expires for the use of the door,
  36.   the users remaining time on the system will NOT be altered. The only
  37.   time that will be adjusted is the time allowed in the door program.
  38.  
  39.   For those not familiar with creating the .CFG file from scratch, you
  40.   can simply use the DOS command such as:
  41.  
  42.       COPY CON DRTIME.CFG  <press enter>
  43.       25                   <type the time, press enter>
  44.       C:\RA\DORINFO1.DEF   <type drive, path, filename, press enter>
  45.  
  46.   To  end and  save the  new DRTIME.CFG  file, press  CNTL-Z or F6 and
  47.   press enter.
  48.  
  49.   --------------------------------------------------------------------
  50.  
  51.                            SHAREWARE NOTICE
  52.  
  53.   This program is not considered shareware, it is FREEWARE. That means
  54.   you are  under no obligation  what-so-ever to register  this program
  55.   for continued use.
  56.  
  57.   This program  may be distributed  freely provided no  charge is made
  58.   for it and provided all files  in the original archive remain intact
  59.   and unchanged.
  60.  
  61.   --------------------------------------------------------------------
  62.  
  63.                                WARRANTY
  64.  
  65.   This program is  released without warranty. You use  this program at
  66.   your  own risk.  We guarantee  only that  it will  take up a certain
  67.   amount of disk  space, however it has been  thoroughly tested on our
  68.   RemoteAccess v.200g1 BBS system and has found to be error free.
  69.  
  70.   --------------------------------------------------------------------
  71.  
  72.                               INFORMATION
  73.  
  74.   This  program was  written by  Richard Sharp.  Your comments will be
  75.   appreciated. You may contact us via FidoNet at 1:157/574, or by mail
  76.   at the address shown below. If you use this program and find it use-
  77.   ful, we would like to hear from you.
  78.  
  79.                            Sharp Impressions
  80.                            11805 Lena Avenue
  81.                          Cleveland, Ohio 44135
  82.                     BBS: 216-671-2574 / USR DS 14.4
  83.                            FidoNet 1:157/574
  84.  
  85.  
  86.  
  87.  
  88.