home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / bbs / yc200.zip / YESTCALL.DOC < prev    next >
Text File  |  1994-01-27  |  5KB  |  127 lines

  1. '
  2.  
  3.  
  4.         YESTCALL.EXE ; The Yesterday's or Last 24 Hours Caller List Generator
  5.                        for RemoteAccess 2.0X
  6.         Version 2.00
  7.         by Mark L. Sarnov
  8.         January 1994
  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.  ***> Make sure you have your RA environment variable set up properly! <***
  20.       The RA environment variable will tell YESTCALL.EXE where to find
  21.       the LASTCALL.BBS file that RA produces as well as where YESTCALL.EXE
  22.       will place YESTCALL.BBS!
  23.  
  24. When you FIRST USE THIS PROGRAM, YOU MUST TYPE THE FOLOWING FROM THE COMMAND
  25. LINE :
  26.         YESTCALL /S
  27.  
  28.         This command will create YESTCALL.BBS which is a file similar to
  29.         RA's LASTCALL.BBS, however within this file is DATE information
  30.         that YESTCALL uses to determine whether a call was from today or
  31.         yesterday.. Every time you run YESTCALL.EXE with the /U or /2 parameter,
  32.         this file will be updated so that the last caller from LASTCALL.BBS
  33.         will be incorporated into YESTCALL.BBS and calls from 2 days ago
  34.         will be deleted. The file YESTCALL.BBS will be created in your RA
  35.         system directory provided you you have your RA environment variable
  36.         set to it!
  37.  
  38.       When you are ready to use the program to create the ANSI/ASCII file
  39.                 follow these instructions:
  40.  
  41. The Syntax for this program is :
  42.  
  43.    YESTCALL /H </Y or /2> /U /S /N=<sysop_name> /L=<output file>
  44.  
  45.  
  46.    /H       : Use Handle instead of Real Name (Real Name is default)
  47.  
  48.    /Y or /2 : list callers from <Y>esterday or Last <2>4 Hours.
  49.  
  50.    /U       : Updte YESTCALL.BBS each time user logs off.
  51.                This option is for those sysops that only choose to produce
  52.                a Yesterday's Callers List. You would run
  53.                 YESTCALL /U
  54.                after each user logs off to update the YESTCALL.BBS file.
  55.  
  56.    /S       : STARTUP which will create a YESTCALL.BBS file before you attempt
  57.               to use the program to generate your caller lists.
  58.  
  59.    /N=<Sysop_Name>
  60.             : Used to EXCLUDE Sysop from list, USE SYSOP`S REAL NAME.
  61.               and put "_" between FIRST and LASTNAME <i.e. /N=Mark_Sarnov>
  62.               (Actually, you can exclude ANYONE, but only 1 person.. I use
  63.               this to exclude myself!)
  64.  
  65.    /L=<Output File>
  66.             : Name of ANSI/ASCII files to create WITHOUT the ANS/ASC extention
  67.               for example "/L=c:\ra\txtfiles\yestcall" will tell YESTCALL to
  68.               create YESTCALL.ANS and YESTCALL.ASC in the C:\RA\TXTFILES dir
  69.               THIS PARAMETER IS NECESSARY FOR THE PROGRAM TO FUNCTION PROPERLY!
  70.  
  71. For Example :
  72.  
  73.         YESTCALL /Y /N=Mark_Sarnov /L=c:\ra\yestcall
  74.  
  75.         will produce YESTCALL.ANS and YESTCALL.ASC in the c:\ra directory. These
  76.         files will display the callers from the previous day and exclude any
  77.         user with the REAL NAME of "Mark Sarnov".
  78.  
  79. or :
  80.  
  81.         YESTCALL /H /2 /L=c:\ra\24hours
  82.  
  83.         will produce 24HOURS.ASC and 24HOURS.ANS in the c:\ra directory.
  84.         These files will display all callers by their HANDLE and not exclude
  85.         any callers for the last 24 hours.
  86.  
  87.  
  88.                                  ** NOTE! **
  89.         If you are only using this program to generate a YESTERDAY'S CALLER
  90.         LIST, you must update the YESTCALL.BBS file after each user logs off
  91.         your system!! This is done with the following command line that can
  92.         be placed in your batch file:
  93.  
  94.         YESTCALL /U
  95.  
  96.         If you are generating a 24 HOUR CALLER LIST, the program will update
  97.         the YESTCALL.BBS automatically since you should be running it after
  98.         each caller logs off anyways!
  99.  
  100.         These ANSI/ASCII files can be called from your BBS with a Display *.ASC
  101.         with <CR> command.. You might want to assign a key to the command or
  102.         have it automatically execute when the user logs on..
  103.                                 The choice is yours!
  104.  
  105.  
  106.  
  107.                                  DISCLAIMER!!
  108.      This program is not guaranteed to do anything but take up space on your
  109.      hard drive. Do not try to "crack" this program, it presently does all
  110.      it is going to do in it's original form! Remember, Backup often!
  111.  
  112.      If you find this program useful and would like to see improvements and
  113.      future versions, (such as sysop configurable colors in the ANSI file)
  114.      PLEASE REGISTER!
  115.  
  116.         Send anything to : Mark L. Sarnov
  117.                            P.O. Box 277
  118.                            Avon, CT 06001
  119.  
  120.                 and call.. Fozzy's Place
  121.                            (203) 678-0751
  122.                            Fido 1:142/751
  123.  
  124.         Enjoy the program!!
  125.                                 Mark L. Sarnov
  126.  
  127.