home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / CALGEN.ZIP / CALGEN.DOC < prev    next >
Text File  |  1992-04-15  |  5KB  |  143 lines

  1.                                                     
  2.                ╔═════════════════════════════════════╗
  3.                ║             CALGEN.EXE              ║
  4.                ║                                     ║
  5.                ║     A Daily Calendar Generator      ║
  6.                ║                                     ║
  7.                ║ Copyright 1992  ∙  Fred Bertagnolli ║
  8.                ╚═════════════════════════════════════╝ 
  9.                                                      
  10.                                                           
  11.   CALGEN generates ANSI, PCBoard @X code, or text calendars.  Today's
  12.   date and month are displayed and surrounded by the previous and
  13.   following month's calendar.  The day number is also shown.
  14.  
  15.   CALGEN was originally designed as a means for BBS Sysops to include
  16.   a daily calendar in bulletins or news screens.
  17.  
  18.   You may wish to install CALGEN as part of AUTOEXEC.BAT file to see
  19.   today's calendar when you boot up.  CALGEN uses the current DOS date
  20.   for calculations.
  21.  
  22.   -------------------------------------------------------------
  23.  
  24.   To run the program from a batch file or from the DOS command line...
  25.  
  26.    CALGEN MODE > filename
  27.  
  28.      MODE arguments are: ANSI  PCB  or  TEXT  (one is required)
  29.      Note: MODE arguments A, P or T  are also valid.
  30.  
  31.      > filename redirects output from the screen to a filename.
  32.        Any valid path and filename should work.
  33.  
  34.   -------------------------------------------------------------
  35.  
  36.   ANSI Mode
  37.  
  38.   CALGEN requires ANSI.SYS for viewing in ANSI mode.  An ESC code
  39.   sequence first clears the screen.
  40.  
  41.   --------------
  42.  
  43.   PCB Mode 
  44.  
  45.   In PCB mode, you will see codes like @X07 unless your ANSI.SYS
  46.   DRIVER can display both PCBoard @X codes and ANSI ESC codes.
  47.   An @CLS command clears the screen.  PCB mode was made specifically
  48.   for PCBoard BBS Sysops who wish to include a daily calendar in a
  49.   bulletin or news screen.  This is typically done in a batch file
  50.   at some preprogrammed event time.  Consider using CALGEN as a
  51.   service to your BBS subscribers.
  52.  
  53.   --------------
  54.  
  55.   TEXT Mode
  56.  
  57.   In TEXT mode, only the calendar character set is displayed.
  58.  
  59.   --------------
  60.  
  61.   > FILENAME  Redirection
  62.  
  63.   All output is directed to the screen, unless you REDIRECT screen
  64.   output to a specific filename by using the "> filename" command.
  65.   CALGEN uses the standard DOS command for redirection.
  66.  
  67.   -------------- 
  68.  
  69.   CALGEN.CFG
  70.  
  71.   "CALGEN.CFG" is a text file which can contain two USER lines, for
  72.   display in the calendar.  Each line should be less than 79 chars.
  73.   CALGEN.CFG must be in the same directory as CALGEN.EXE, but CALGEN.EXE
  74.   can be run from different drives.  
  75.  
  76.   --------------
  77.  
  78.   If you like CALGEN and use it, please send $10.00 to:
  79.  
  80.                       Fred Bertagnolli
  81.                       745 Maple St.
  82.                       Ogden, UT  84403
  83.                       1-801-621-3634
  84.  
  85.   CALGEN changes or suggestions?  Please write.
  86.  
  87.   -------------------------------------------------------------
  88.  
  89.   The following is the usual legal stuff.  Please read it then ask
  90.   yourself if you could write this program!
  91.  
  92. * Commerical users and tax supported institutions must remit $10.00.
  93.  
  94.                  - CALGEN Software License Agreement -
  95.  
  96.   CALGEN is not a Public Domain program and as such IS NOT "Freeware."
  97.   CALGEN is Copyright (C) 1992 by Fred Bertagnolli, the sole author
  98.   and owner of the CALGEN program and accompanying documentation.
  99.        
  100.   You may run CALGEN for evaluation purposes for 15 days.  Commercial
  101.   and tax supported institutions must pay for the software.  Payment
  102.   is required from BBS Sysops if the CALGEN screens are shown on-line.
  103.  
  104.   Continued use of CALGEN after the 15-day period requires payment
  105.   for each copy of the program used.  Payment gives you a license to
  106.   use the program, my thanks, and possibly more.  Please support the
  107.   "Shareware" concept.
  108.  
  109.   CALGEN may not be modified in any respect, for any reason, including
  110.   but not limited to, de-compiling, disassembling, reverse engineering,
  111.   or changing text in the CALGEN.EXE program or documentation.
  112.  
  113.   Use of this software is just like a book, in that the software
  114.   may be used only by one person at a time, provided there is no
  115.   possibility of two people using the software at the same time.
  116.  
  117.   The software license is non-transferable.
  118.  
  119.  
  120.                      - Distribution Policy -
  121.  
  122.   BBS Sysops may distribute only the shareware version of CALGEN,
  123.   provided no distribution fees of any kind are charged, and
  124.   that the CALGEN.ZIP package and files have not been altered.
  125.  
  126.                          - Disclaimer -
  127.  
  128.   No warranties or guarantees of any kind are implied or given
  129.   for use of the CALGEN program or the accuracy of this document.
  130.  
  131.        * * *   Use this program at your own risk.  * * *
  132.  
  133.   Fred Bertagnolli disclaims all warranties, expressed or implied.
  134.   In no event will Fred Bertagnolli be liable for any loss of profit
  135.   or other commercial damage, including but not limited to special,
  136.   incidental, consequential or other damages.  
  137.  
  138.               --------------------------------------
  139.                            
  140.   This software requires an IBM compatible PC, DOS 3.0 or higher.
  141.   ANSI.SYS or Michael J. Mefford's ANSI-I.ZIP ( supports PCB @X
  142.   codes and ANSI.SYS ESC codes ) are suggested.
  143.