home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / YC101.ZIP / YESTCALL.DOC < prev    next >
Encoding:
Text File  |  1993-10-13  |  4.9 KB  |  133 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.01
  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 parameters in your configuration
  15.         file. (see below)
  16.  
  17. How to use this program..
  18.  
  19. When you FIRST USE THIS PROGRAM, YOU MUST TYPE THE FOLOWING FROM THE COMMAND
  20. LINE :
  21.         YESTCALL STARTUP
  22.  
  23.         This command will create YESTCALL.BBS which is a file similar to
  24.         RA's LASTCALL.BBS, however within this file is DATE information
  25.         that YESTCALL uses to determine whether a call was from today or
  26.         yesterday.. Every time you run YESTCALL.EXE, this file will be
  27.         updated so that the last caller from LASTCALL.BBS will be incorporated
  28.         into YESTCALL.BBS and calls from 2 days ago will be deleted.
  29.  
  30.         You will also be asked if you would like to have YESTCALL.EXE create
  31.         a configuration file for you.. You may opt to edit the enclosed
  32.         sample config file with a text editor instead.. If so, just answer "NO"
  33.         when prompted, otherwise you may create your configuration file!
  34.  
  35.       When you are ready to use the program to create the ANSI/ASCII file
  36.                 follow these instructions:
  37.  
  38. The Syntax for this program is :
  39.  
  40. YESTCALL YESTCALL.CFG
  41.  
  42.         This program needs a configuration file (e.g. YESTCALL.CFG) in order to
  43.         work. The file is as follows :
  44.  
  45. SYSOPNAME=Mark Sarnov
  46. RA_SYSTEM=c:\ra
  47. FORMAT=YESTERDAY
  48. WHAT_NAME=NAME
  49. OUTPUT_FILE=c:\ra\txtfiles\yestcall
  50.  
  51. Explanation of each line :
  52.  
  53. SYSOPNAME=
  54.         You should only include the SYSOPNAME= line if you do not want your
  55.         name listed. If you include this line, the name after the "=" will
  56.         not be listed in the ANSI/ASCI file. (This field is CASE SENSITIVE!)
  57.  
  58. RA_SYSTEM=
  59.         The path to your RA directory.. or where LASTCALL.BBS is found!
  60.  
  61. FORMAT=
  62.         This line lists the format for the ANSI/ASCII files.. the options are
  63.         24HOURS or YESTERDAY..
  64.  
  65.  YESTERDAY * if you state YESTERDAY, the program will search YESTCALL.BBS and
  66.          and produce the ANSI/ASCI file based on the previous days calls.
  67.  
  68.  24HOURS * if you state 24HOURS, the program should be run either just prior to
  69.         the statement you use to execute RA (Such as in your EXEBBS.BAT file)
  70.         or just after the user logs off if you load the mailer in your RA
  71.         statement to swap RA into EMS until a call arrives.
  72.  
  73. WHAT_NAME=
  74.         This line determines whether you would like to list the Callers real
  75.         NAME or their HANDLE.
  76.  
  77. OUTPUT_FILE=
  78.         This line represents the name of the outputfile WITHOUT the ANS/ASC
  79.         extension. YESTCALL.EXE will add the extension when the file is
  80.         created. Please include drive and path in the field.
  81.  
  82.  
  83. Therefore, the above configuration file will create a YESTERDAY'S CALLERS LIST,
  84. exclude "Mark Sarnov" from the ansi/ascii file, use the REAL NAME of the caller,
  85. and create the files YESTCALL.ANS and YESTCALL.ASC in the C:\RA\TXTFILES\
  86. directory.
  87.  
  88.         You can have multiple configuration files as well since you call them
  89.         from the command line with YESTCALL.EXE.. Fer example
  90.  
  91. YESTCALL 24HRCALL.CFG
  92.  
  93.         Where 24HRCALL.CFG has the following:
  94.  
  95. RA_SYSTEM=c:\ra
  96. FORMAT=24HOURS
  97. WHAT_NAME=HANDLE
  98. OUTPUT_FILE=C:\RA\TXTFILES\24HRCALL
  99.  
  100. Which would create a listing of callers for the last 24 hours, include the
  101. sysop, utilize the callers HANDLES and create the files 24HRCALL.ANS and
  102. 24HRCALL.ASC in the C:\RA\TXTFILES\ directory. Therefore, you could use
  103. both functions of the program by just scheduling their execution at the
  104. correct times in your batch file!
  105.  
  106.         These ANSI/ASCII files can be called from your BBS with a Display *.ASC
  107.         with <CR> command.. You might want to assign a key to the command or
  108.         have it automatically execute when the user logs on..
  109.                                 The choice is yours!
  110.  
  111.  
  112.  
  113.                                  DISCLAIMER!!
  114.      This program is not guaranteed to do anything but take up space on your
  115.      hard drive. Do not try to "crack" this program, it presently does all
  116.      it is going to do in it's original form! Remember, Backup often!
  117.  
  118.      If you find this program useful and would like to see improvements and
  119.      future versions, (such as sysop configurable colors in the ANSI file)
  120.      PLEASE REGISTER!
  121.  
  122.         Send anything to : Mark L. Sarnov
  123.                            P.O. Box 277
  124.                            Avon, CT 06001
  125.  
  126.                 and call.. Fozzy's Place
  127.                            (203) 678-0751
  128.                            Fido 1:142/751
  129.  
  130.         Enjoy the program!!
  131.                                 Mark L. Sarnov
  132.  
  133.