home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / YESTCALL.ZIP / YESTCALL.DOC < prev    next >
Encoding:
Text File  |  1993-10-06  |  4.5 KB  |  120 lines

  1.  
  2.  
  3.  
  4.         YESTCALL.EXE ; The Yesterday's or Last 24 Hours Caller List Generator
  5.                        for Remote Access 2.0, 2.01
  6.         Version 1.0
  7.         by Mark L. Sarnov
  8.         October 1993
  9.  
  10.  
  11. What this Program Does..
  12.  
  13.         This program will create ANSI and ASCII files for the previous day or
  14.         for the last 24 hours depending on the values in your configuration
  15.         file. The configuration is as follows..
  16.  
  17. How to use this program..
  18.  
  19. The Syntax for this program is :
  20.  
  21. YESTCALL YESTCALL.CFG
  22.  
  23.         This program needs a configuration file (YESTCALL.CFG) in order to
  24.         work. The file is as follows :
  25.  
  26. SYSOPNAME=Mark Sarnov
  27. FORMAT=YESTERDAY
  28. WHAT_NAME=NAME
  29. OUTPUT_FILE=c:\ra\txtfiles\yestcall
  30.  
  31. Explanation of each line :
  32.  
  33. SYSOPNAME=
  34.         You should only include the SYSOPNAME= line if you do not want your
  35.         name listed. If you include this line, the name after the "=" will
  36.         not be listed in the ANSI/ASCI file. (This field is CASE SENSITIVE!)
  37.  
  38. FORMAT=
  39.         This line lists the format for the ANSI/ASCII files.. the options are
  40.         24HOURS or YESTERDAY..
  41.  
  42.  YESTERDAY * if you state YESTERDAY, the program will search RA's LASTCALL.BBS
  43.          and produce the ANSI/ASCI file based on that.. Therefore you should
  44.          run the program just before midnite to produce an ANSI/ASCI file that
  45.          will carry over to the next day that can be called up with a Menu
  46.          Command to List *.ASC file with <CR>. I have an event that runs at
  47.          23:59 every night which exits with an errorlevel that runs YESTCALL
  48.          from my batch.. So far, so good!
  49.  
  50.  24HOURS * if you state 24HOURS, the program should be run either just prior to
  51.         the statement you use to execute RA (Such as in your EXEBBS.BAT file)
  52.         or just after the user logs off if you load the mailer in your RA
  53.         statement to swap RA into EMS until a call arrives.
  54.  
  55.                                 *IMPORTANT!*
  56.         If you are going to use 24HOURS, you must create a YESTCALL.BBS
  57.         file prior to using the program. This is done with the following
  58.         statement :
  59.  
  60.                 YESTCALL STARTUP
  61.  
  62.         The YESTCALL.BBS is updated each time YESTCALL.EXE is run. This file
  63.         Contains the callers for the last 24 hours in Binary format.
  64.  
  65. WHAT_NAME=
  66.         This line determines whether you would like to list the Callers real
  67.         NAME or their HANDLE.
  68.  
  69. OUTPUT_FILE=
  70.         This line represents the name of the outputfile WITHOUT the ANS/ASC
  71.         extension. YESTCALL.EXE will add the extension when the file is
  72.         created. Please include drive and path in the field.
  73.  
  74. Therefore, the above configuration file will create a YESTERDAY'S CALLERS LIST,
  75. exclude "Mark Sarnov" from the ansi/ascii file, use the REAL NAME of the caller,
  76. and create the files YESTCALL.ANS and YESTCALL.ASC in the C:\RA\TXTFILES\
  77. directory.
  78.  
  79.         You can have multiple configuration files as well since you call them
  80.         from the command line with YESTCALL.EXE.. Fer example
  81.  
  82. YESTCALL 24HRCALL.CFG
  83.  
  84.         Where 24HRCALL.CFG has the following:
  85.  
  86. FORMAT=24HOURS
  87. WHAT_NAME=HANDLE
  88. OUTPUT_FILE=C:\RA\TXTFILES\24HRCALL
  89.  
  90. Which would create a listing of callers for the last 24 hours, include the
  91. sysop, utilize the callers HANDLES and create the files 24HRCALL.ANS and
  92. 24HRCALL.ASC in the C:\RA\TXTFILES\ directory. Therefore, you could use
  93. both functions of the program by just scheduling their execution at the
  94. correct times in your batch file!
  95.  
  96.         These ANSI/ASCII files can be called from your BBS with a Display *.ASC
  97.         with <CR> command.. You might want to assign a key to the command or
  98.         have it automatically execute when entering a menu. The option is yours!
  99.  
  100.                                  DISCLAIMER!!
  101.      This program is not guaranteed to do anything but take up space on your
  102.      hard drive. Do not try to "crack" this program, it presently does all
  103.      it is going to do in it's original form! Remember, Backup often!
  104.  
  105.      If you find this program useful and would like to see improvements and
  106.      future versions, (such as sysop configurable colors in the ANSI file)
  107.      PLEASE REGISTER!
  108.  
  109.         Send anything to : Mark L. Sarnov
  110.                            P.O. Box 277
  111.                            Avon, CT 06001
  112.  
  113.                 and call.. Fozzy's Place
  114.                            (203) 678-0751
  115.                            Fido 1:142/751
  116.  
  117.         Enjoy the program!!
  118.                                 Mark L. Sarnov
  119.  
  120.