home *** CD-ROM | disk | FTP | other *** search
-
-
-
- YESTCALL.EXE ; The Yesterday's or Last 24 Hours Caller List Generator
- for Remote Access 2.0, 2.01
- Version 1.0
- by Mark L. Sarnov
- October 1993
-
-
- What this Program Does..
-
- This program will create ANSI and ASCII files for the previous day or
- for the last 24 hours depending on the values in your configuration
- file. The configuration is as follows..
-
- How to use this program..
-
- The Syntax for this program is :
-
- YESTCALL YESTCALL.CFG
-
- This program needs a configuration file (YESTCALL.CFG) in order to
- work. The file is as follows :
-
- SYSOPNAME=Mark Sarnov
- FORMAT=YESTERDAY
- WHAT_NAME=NAME
- OUTPUT_FILE=c:\ra\txtfiles\yestcall
-
- Explanation of each line :
-
- SYSOPNAME=
- You should only include the SYSOPNAME= line if you do not want your
- name listed. If you include this line, the name after the "=" will
- not be listed in the ANSI/ASCI file. (This field is CASE SENSITIVE!)
-
- FORMAT=
- This line lists the format for the ANSI/ASCII files.. the options are
- 24HOURS or YESTERDAY..
-
- YESTERDAY * if you state YESTERDAY, the program will search RA's LASTCALL.BBS
- and produce the ANSI/ASCI file based on that.. Therefore you should
- run the program just before midnite to produce an ANSI/ASCI file that
- will carry over to the next day that can be called up with a Menu
- Command to List *.ASC file with <CR>. I have an event that runs at
- 23:59 every night which exits with an errorlevel that runs YESTCALL
- from my batch.. So far, so good!
-
- 24HOURS * if you state 24HOURS, the program should be run either just prior to
- the statement you use to execute RA (Such as in your EXEBBS.BAT file)
- or just after the user logs off if you load the mailer in your RA
- statement to swap RA into EMS until a call arrives.
-
- *IMPORTANT!*
- If you are going to use 24HOURS, you must create a YESTCALL.BBS
- file prior to using the program. This is done with the following
- statement :
-
- YESTCALL STARTUP
-
- The YESTCALL.BBS is updated each time YESTCALL.EXE is run. This file
- Contains the callers for the last 24 hours in Binary format.
-
- WHAT_NAME=
- This line determines whether you would like to list the Callers real
- NAME or their HANDLE.
-
- OUTPUT_FILE=
- This line represents the name of the outputfile WITHOUT the ANS/ASC
- extension. YESTCALL.EXE will add the extension when the file is
- created. Please include drive and path in the field.
-
- Therefore, the above configuration file will create a YESTERDAY'S CALLERS LIST,
- exclude "Mark Sarnov" from the ansi/ascii file, use the REAL NAME of the caller,
- and create the files YESTCALL.ANS and YESTCALL.ASC in the C:\RA\TXTFILES\
- directory.
-
- You can have multiple configuration files as well since you call them
- from the command line with YESTCALL.EXE.. Fer example
-
- YESTCALL 24HRCALL.CFG
-
- Where 24HRCALL.CFG has the following:
-
- FORMAT=24HOURS
- WHAT_NAME=HANDLE
- OUTPUT_FILE=C:\RA\TXTFILES\24HRCALL
-
- Which would create a listing of callers for the last 24 hours, include the
- sysop, utilize the callers HANDLES and create the files 24HRCALL.ANS and
- 24HRCALL.ASC in the C:\RA\TXTFILES\ directory. Therefore, you could use
- both functions of the program by just scheduling their execution at the
- correct times in your batch file!
-
- These ANSI/ASCII files can be called from your BBS with a Display *.ASC
- with <CR> command.. You might want to assign a key to the command or
- have it automatically execute when entering a menu. The option is yours!
-
- DISCLAIMER!!
- This program is not guaranteed to do anything but take up space on your
- hard drive. Do not try to "crack" this program, it presently does all
- it is going to do in it's original form! Remember, Backup often!
-
- If you find this program useful and would like to see improvements and
- future versions, (such as sysop configurable colors in the ANSI file)
- PLEASE REGISTER!
-
- Send anything to : Mark L. Sarnov
- P.O. Box 277
- Avon, CT 06001
-
- and call.. Fozzy's Place
- (203) 678-0751
- Fido 1:142/751
-
- Enjoy the program!!
- Mark L. Sarnov
-
-