home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / today / today.txt < prev   
Text File  |  1990-05-29  |  4KB  |  94 lines

  1.  
  2.                     T O D A Y    F I L E    M A K E R   v2.0
  3.                     """"""""""""""""""""""""""""""""""""""""
  4.  
  5.                       "Another Great Program by Doveware"
  6.  
  7.                            Written by Alex Rubenstein
  8.  
  9.  
  10.       Hello to all of you QuickBBS sysops out there. This little
  11. program is designed for QBBS only (any version it should work). IF you
  12. don't have QuickBBS, then I guess you are out of luck. Future versions
  13. of this will support more types of BBS enviroments.
  14.  
  15.       First of all, I suggest that you create a folder for TODAY. This
  16. will keep things simple. After making this folder, put in there:
  17.  
  18.       TODAY.PRG      TODAY.CFG      TODAY.JAN      TODAY.FEB
  19.       TODAY.MAR      TODAY.APR      TODAY.MAY      TODAY.JUN
  20.       TODAY.JUL      TODAY.AUG      TODAY.SEP      TODAY.OCT
  21.       TODAY.NOV      TODAY.DEC      and all of your screens that you
  22.                                     wish to have TODAY listing's in.
  23.  
  24.       The config file is quite simple to. Four lines plus all of the
  25. names on the files that you want the TODAY listing in. The first line
  26. tells TODAY where the SYSTEM.LOG is. The second line is where your
  27. screen files are. These are the base files that will have the listing
  28. for today inserted, more on that later). The third line points to
  29. where your text folder is (in QBBS). The fourth line is where your
  30. TODAY data files are. EXAMPLE:
  31.  
  32.       D:\QBBS\SYSTEM.LOG
  33.       D:\TODAY\
  34.       D:\QBBS\TEXT\
  35.       D:\TODAY\
  36.       GOODBYE
  37.       TODAY
  38.  
  39.  
  40.       EXPLANATION: The first thing TODAY does is look around in the
  41. current directory for TODAY.CFG. THAT MUST BE THERE. It loads that,
  42. and finds out where everything else is. Then it compiles that TODAY
  43. listing (you guessed it! This is another Midnight event program). After
  44. that, it looks for the files that are listed in the end of the
  45. TODAY.CFG (in this case, GOODBYE.??? and TODAY.???), reads them, adds
  46. the TODAY listing (where you tell it to, that is coming up), and then
  47. writes it to where you specified in line 3.
  48.  
  49.       In the example listed above, you would have maybe:
  50.  
  51.             GOODBYE.ASC
  52.             GOODBYE.VTC
  53.             GOODBYE.ANS
  54.             TODAY.ASC
  55.  
  56.       Today would read each one in, ALL OF THEM, even if they aren't
  57. all there. 
  58.  
  59.       In the GOODBYE files, you must specify two things. Where you
  60. want the TODAY data (in the GOODBYE text), and where the file ends.
  61. Specify where you want the files by typing "HERE" in all caps on its
  62. on line with a CR+LF after it. The go to the very end, and put a "END"
  63. in all caps, at the end of the file, with a CR+LF after it, all by
  64. itself. Look in the GOODBYE.ASC that came along in this LZH.
  65.  
  66.       I have written this file at 6:00 AM after a long night of
  67. programming, so if anything is unclear PLEASE DO ASK!
  68.  
  69.                               Alex Rubenstein
  70.  
  71.  
  72. Disclaimer: I am not responsible if this program turns your 1040 into
  73.             a Commodore VIC-20 with a large ram upgrade...
  74.  
  75. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  76. THIS IS SHAREWARE!  If  you use this program,  and find  it useful, please
  77. donate!
  78.  
  79.                         Alex Rubenstein
  80.                         Silver Lake Road
  81.                         Rd 4, Box 591
  82.                         Blairstown, NJ 07825
  83.  
  84.                         The GreySTone BBS:
  85.                         Doveware HQ
  86.                         201-362-8966, 2400 Baud (MNP 5)
  87.                         Running QuickBBS 1.00!!!
  88.                         80 Megz
  89.  
  90. Next Version: 2.5 Expected Release: 6/15/90 - Will put in graphics
  91.               (VT52 and ANSI with the today listing .. not just import
  92.               from other files..
  93.  
  94.