home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / TODAYC12.ZIP / TODAYCAL.DOC < prev    next >
Text File  |  1993-09-29  |  3KB  |  69 lines

  1. Documentation for TODAYCAL V1.2H/092993 by Andy Gruenenwald
  2. -----------------------------------------------------------
  3.  
  4.  
  5.   TODAYCAL creates a "Today's Callers" bulletin file set (ANS/ASC) for
  6. Powerboard 1.25 or 1.25a.  
  7.  
  8. HISTORY:  
  9. --------
  10.  
  11.   Version 1.0:    Initial release to the public.
  12.  
  13.   Version 1.1:    Corrected errors in the loading of the caller log file.
  14.  
  15.   Version 1.2:    Added multi-node support for caller log files.
  16.  
  17.  
  18. FORMAT:
  19. -------
  20.  
  21.     TODAYCAL [/B:bulletin number] [/N:node number]
  22.   
  23.   TODAYCAL must be placed into your main BBS directory (C:\BBS or whatever).  
  24. TODAYCAL uses the LOGS\CALLERS.node file for caller data.  Caller entries
  25. in the CALLERS.node file must confurm to the following default setting:
  26.  
  27. >>  08-10-1993 12:36:13: User 1: ANDY GRUENENWALD Logged On (9600)
  28.                          └─ col. 26
  29.  
  30. Caller information must start in col. 26 and include the phrase "User",
  31. a colon, "Logged On", and baud rate in parentheses.  This is the default
  32. format that Powerboard uses upon initial installation and setup.  If your
  33. caller log entries differ from this, TODAYCAL may yell at you with an
  34. "Illegal function call" error.
  35.  
  36.   TODAYCAL now supports multi-node caller log files.  By using the "/N"
  37. parameter you can spacify the desired log file for TODAYCAL to read.  If you
  38. want TODAYCAL to produce a bulletin for users who call node 2, you would use
  39. "TODAYCAL /N:2".  If omitted, "0" is assumed and TODAYCAL will access the
  40. CALLERS.0 file - this is the log file used on single-node BBS's.
  41.  
  42.   TODAYCAL will create two files: BULL<bulletin number>.ANS and 
  43. BULL<bulletin number>.ASC.  For example, if you type "TODAYCAL /B:4" then 
  44. TODAYCAL will create BULL4.ANS and BULL4.ASC.  If you omit the bulletin 
  45. number on the command line, TODAYCAL will create BULL0.ANS and BULL0.ASC.
  46.   
  47.   TODAYCAL will place the bulletin files it creates in the DISPLAY\ directory.
  48.  
  49.  
  50.   I suggest running this after each caller logs off of your BBS.  I have
  51. mine set up to run as follows;
  52.  
  53.     In my BYE.CTL file in the PB\CONTROL\MACROS directory I have the line:
  54.  
  55.       exec(TODAYCAL /B:3,)
  56.  
  57.     This is the second-to-the-last line in my BYE.CTL file.  The last is
  58.     the "QuitBBS" command.
  59.  
  60.       
  61.  
  62. If you have any questions or comments about TODAYCAL send me mail at:
  63.  
  64.                 Andy Gruenenwald
  65.                 953, 91st Ave. NE
  66.                 Blaine, MN  55434-2424
  67.  
  68. I am also available at the main Powerboard Support BBS (1-914-834-7830).
  69.