home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / DT / DT020.ZIP / PC1441.EXE / README.DOC < prev    next >
Text File  |  1992-03-10  |  15KB  |  318 lines

  1.                        PERSONAL CALENDAR (PC) FOR DOS             Version 14.41
  2.                               FILE README.DOC                      10 Mar 1992
  3.  
  4.                          Introductory Information
  5.                          ~~~~~~~~~~~~~~~~~~~~~~~~
  6.        Copyright 1985-1992 by Paul Munoz-Colman.  All rights reserved.
  7.  
  8.  
  9.               ┌─────────┐
  10.         ┌─────┴───┐     │               (R)
  11.       ──│         │o    │──────────────────
  12.         │   ┌─────┴╨──┐ │  Association of
  13.         │   │         │─┘  Shareware
  14.         └───│    o    │    Professionals
  15.       ──────│    ║    │────────────────────
  16.             └────╨────┘    MEMBER
  17.  
  18.  
  19. ╔═════════════════════════════════════════════════════════════════════════════╗
  20. ║  Paul Muñoz-Colman           │  TECHNICAL SUPPORT:   │ CREDIT CARD ORDERS:  ║
  21. ║  FunStuff Software           │  Voice 703-435-1110   │  Voice 800-242-4775  ║
  22. ║  11645 Charter Oak Court     │        703-693-5227   │   FAX  713-524-6398  ║
  23. ║  Suite 201                   │   FAX  703-435-3130   │ CompuServe 71355,470 ║
  24. ║  Reston, VA  22090-4526  USA │ CompuServe 71141,1224 │ or !GO SE (the MALL) ║
  25. ╚═════════════════════════════════════════════════════════════════════════════╝
  26.  
  27.  
  28. INTRODUCTORY INFORMATION
  29. ~~~~~~~~~~~~~~~~~~~~~~~~
  30. Hello!
  31.  
  32. Personal Calendar (PC) is a Personal Information Manager (PIM) which contains
  33. an appointment reminder and a notepad.  PC displays a three-month scrollable 
  34. calendar, a running analog and digital clock, and a time-oriented event (to-do)
  35. list and a text note list, each 300 in capacity.  A modifiable unlimited 
  36. historical tracking (diary) is made of events and notes, all printable.  
  37. Warnings and alarms tell when something is pending or overdue (ticklers).
  38.  
  39. Driven by a simple flexible menu interface, Personal Calendar can be a normal
  40. or a TSR (pop up) program, as you choose; TSR use interrupts you at the
  41. earliest event.  As a TSR, an extremely small 6K byte kernel remains in DOS
  42. memory, with the balance swapped to EMS or disk.  TSR programming is extremely
  43. stable and environment-sensitive.
  44.  
  45.  
  46. PACKAGING
  47. ~~~~~~~~~
  48. Personal Calendar is packaged either on a diskette or a Bulletin Board System 
  49. (BBS) download, and is contained in a PKZIP authenticated compressed archive
  50. file.  The file takes on one of two forms:  a self-extracting archive (EXE) or
  51. a normal archive file (ZIP).  There is no difference in the file content of
  52. either form; just in the way you extract information from them.  The file is
  53. named as follows --
  54.  
  55.      PCnnnn.EXE - Self-extracting ZIP file                  [diskette version]
  56.  or  PCnnnn.ZIP - Normal ZIP file (you need PKUNZIP to extract)  [BBS version]
  57.  
  58. "nnnn" is the version number (i.e. PC1441.EXE or PC1441.ZIP is the name of
  59. the archive file for Personal Calendar Version 14.41).
  60.  
  61.  
  62. SIMPLE INSTALLATION
  63. ~~~~~~~~~~~~~~~~~~~
  64. Here's a simple example of installation from the archive to a directory on your
  65. disk drive, which works for either a shareware or registered copy of Personal
  66. Calendar, and is the same for a new installation or an update.
  67.  
  68. In the following example, from a diskette, A: is the floppy drive.  For the BBS
  69. download example, E:\ZIP is the directory to where you downloaded.  In both
  70. cases, D: is the destination drive, and \CALENDAR is the subdirectory to which
  71. Personal Calendar is to be installed.  Vary these values to suit your
  72. situation.
  73.  
  74. Either copy the BBS ZIP file from your download directory, or insert the
  75. distribution diskette in your floppy drive and enter the following commands
  76. from the DOS prompt (-O is the letter "o" to overwrite existing files of the
  77. same name):
  78.  
  79.         DOS Command               What it does
  80.         ~~~~~~~~~~~               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  81.         D:                        Change to the target drive
  82.         MD \CALENDAR              If needed, make Personal Calendar's directory
  83.         CD \CALENDAR              Change to Personal Calendar's directory
  84.  
  85.      /  COPY A:*.*                Copy all files from the diskette and
  86.      \  PC1441 -O                   install from PC1441.EXE
  87.  or                                     or
  88.      /  COPY E:\ZIP\PC1441.ZIP    Copy ZIP file from download directory and
  89.      \  PKUNZIP PC1441 -O           install from PC1441.ZIP
  90.  
  91.         CAL                       Run the program
  92.  
  93. If you already have an older version in the destination directory, you will
  94. update PC, and preserve all of your appointments and options.  Updates are
  95. always automatically "upward-compatible"!
  96.  
  97. After installation, when you're satisfied PC is working, be sure to ALWAYS
  98. store a copy of the PC1441.EXE or .ZIP archive file, just in case anything
  99. happens to your disk.  If you give PC to someone or upload it to a BBS, you
  100. *must* give the original PC1441.EXE or .ZIP file only.
  101.  
  102.  
  103. PROGRAM OPERATION
  104. ~~~~~~~~~~~~~~~~~
  105. To run PC, at the DOS prompt, type --
  106.  
  107.     CAL
  108.  
  109. If under DOS 2, you must be in Personal Calendar's directory when you run the
  110. program.
  111.  
  112. If under DOS 3 or later, PC may be run from any directory, either by including
  113. the directory in your DOS PATH statement, or by including the drive and
  114. directory name in front of the CAL command.  For example:
  115.  
  116.     D:\CALENDAR\CAL
  117. or
  118.     PATH {your other directories ...} ;D:\CALENDAR;
  119.     CAL
  120.  
  121. If you have a laptop, you might get a better presentation with PC's monochrome
  122. option:
  123.  
  124.     CAL MONO
  125.  
  126.  
  127. TSR MODE (POP UP/DOWN)
  128. ~~~~~~~~~~~~~~~~~~~~~~
  129. If you are going to install Personal Calendar in its memory resident (TSR) mode
  130. of operation, place the CAL command in your AUTOEXEC.BAT file.  If you use any
  131. of the following types of software, place the CAL command in AUTOEXEC.BAT,
  132. positioned as follows:
  133.  
  134.        AFTER a  disk cache, 
  135.                 mouse driver, and 
  136.                 LAN workstation services software
  137.  
  138.    and BEFORE a permanent menu system or shell
  139.  
  140. If you then want to activate PC from your menu or shell, configure your menu to
  141. run the program CALPOPUP.COM.  Then configure PC's Memory-Resident Options so
  142. Automatic Pop Down is enabled, and Automatic Startup enabled with the name of 
  143. your appointment file.
  144.  
  145.  
  146. WINDOWS 3.0 USERS
  147. ~~~~~~~~~~~~~~~~~
  148.      Loading Under Windows:  PC is not a WinApp.  It will run under Microsoft
  149. Windows 3.0 as a DOS task, but not as a TSR.
  150.  
  151.      Loading Before Windows:  PC may also be loaded before Windows 3.0 in TSR
  152. mode, and is entirely functional with one exception:  if it pops up on 
  153. date/time, the system may hang; to prevent the hang, pop down with ShiftF10
  154. before starting WIN, or disabling date/time pop up in Memory-Resident Options.
  155.  
  156.  
  157. INSTALLATION FILES
  158. ~~~~~~~~~~~~~~~~~~
  159. See file PACKING.LST for a description and purpose of each installation file.
  160.  
  161.  
  162. DOCUMENTATION
  163. ~~~~~~~~~~~~~
  164. The Help Text in the program IS the users manual for Personal Calendar, and may
  165. be consulted at any time from within the program by pressing F1 (function
  166. key 1), or by selecting "Help" from the Main Menu.
  167.  
  168. Additionally, while viewing the Help Text, you may also print it by pressing
  169. the * or PRINT key on your keyboard; or you can press F9 to generate a complete
  170. formatted manual as a DOS file (CAL.DOC).
  171.  
  172. New features in recent versions of Personal Calendar are documented in the
  173. HISTORY.DOC file, which may be printed from DOS with the PRINT command.
  174.  
  175.  
  176. EVALUATING THE PROGRAM AND ORDERING A REGISTERED COPY
  177. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  178. You may try Personal Calendar for a 30-day period on an evaluation basis at no
  179. charge.  
  180.  
  181. If you continue to use the program after the evaluation period, please pay the
  182. $35 license fee plus shipping and applicable sales tax (VA only).  For credit
  183. card orders, call 800-242-4775 (Australian customers, call (02) 519-4233), from
  184. the CompuServe MALL (!GO SE), or online through the VOR or MB BBSs (see below).
  185. For site license information and quantity discounts, see file SITELICE.DOC.
  186.  
  187. To order by mail, fill out the ORDER FORM and mail it with your payment to the
  188. address shown (include shipping and tax if applicable).  You can print the
  189. ORDER FORM from within Personal Calendar at any time by pressing F8.  Specify
  190. 3½" or 5¼" diskettes, and spell your name for your license.
  191.  
  192.  
  193. WHAT YOU GET WHEN YOU REGISTER
  194. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  195. When you mail in your license fee with the order form in file REGISTER.DOC,
  196. I'll send you a diskette with your personal registration file CALSER.DAT, the
  197. latest copy of the program, and a printed copy of the users manual.
  198.  
  199. To enable the registered mode for this version of Personal Calendar for DOS,
  200. simply copy CALSER.DAT from the diskette to the directory in which you have
  201. installed the program file CAL.EXE.
  202.  
  203. If you're updating from an earlier version of Personal Calendar, make sure your
  204. CALSER.DAT file stays in the installation directory.  If I've supplied you with
  205. a newer CALSER.DAT file, make sure you use the latest one.
  206.  
  207. Please DO NOT modify the contents of CALSER.DAT, as doing so will invalidate
  208. the registration data it contains.
  209.  
  210.  
  211. DISTRIBUTION POLICY
  212. ~~~~~~~~~~~~~~~~~~~
  213. Personal Calendar may be distributed under the terms of the LIMITED
  214. DISTRIBUTION LICENSE contained in file LICENSE.DOC.  BBS SysOps please consult
  215. file SYSOP.DOC for my policy on distribution of Personal Calendar by BBS.  Disk
  216. Vendors and user groups please consult file VENDOR.DOC.
  217.  
  218. You may not distribute the CALSER.DAT registration file to anyone not covered
  219. by your software license.
  220.  
  221.  
  222. IMPLEMENTATION
  223. ~~~~~~~~~~~~~~
  224. PC is written in Microsoft Professional Development System (PDS) BASIC 7.10
  225. and uses a number of support packages from MicroHelp, Inc, in Rosswell, GA: 
  226. Stay-Res Plus, Mach2, QB/Pro volumes 1-4, 5, 7, and Toolbox2.  The program is
  227. bound by MS LINK 5.10 under MS-DOS 5.00 on a Northgate 486/25.  Source code
  228. is not available.
  229.  
  230. MicroHelp is a supplier of programming aids/libraries for Microsoft BASIC
  231. applications.  If you are a BASIC programmer and find the TSR, performance, and
  232. graphics capabilities interesting or useful, their phone number is 800-922-3383
  233. or 404-552-0565.
  234.  
  235.  
  236. IN CLOSING
  237. ~~~~~~~~~~
  238. Enjoy Personal Calendar!  I welcome discussion of my program or any related
  239. topic, if you are interested.  Contact me by mail, CompuServe mail, or phone as
  240. shown at the top of this file.  The latest version of Personal Calendar may be
  241. obtained from your favorite disk vendor, or on the BBSs shown below.  I make a
  242. point of placing recent and major upgrades on these boards, and when released,
  243. they are available there for download:
  244.  
  245. ------------------------------------------------------------------------------
  246.  
  247.  On CompuServe   IBMSYS, MSOPSYS, MSDOS, and ZENITH
  248.  
  249.  On ZiffNet      UTILFORUM
  250.  
  251.      or   on the following EXCELLENT support bulletin boards --
  252.  
  253.     THE ELUSIVE DIAMOND                   THE VOR & MOTHERBOARD BBSs
  254.     (703) 323-6423 & -1782                (707) 778-8944 & -8841
  255.     Gregg Snyder, SysOp                   Vern & Julie Buerg, SysOps
  256.       ("Main" Conference)                   (Either "Main" Conference)
  257.  
  258.     THE BREAK EAST BBS                    THE TECHNICAL HANGOUT BBS
  259.     (703) 680-9269                        (703) 444-6765
  260.     Bruce Jackson, SysOp                  Chip Chapman, SysOp
  261.       ("PC" Conference)                     ("Personal-Cal" Conference)
  262.  
  263. ------------------------------------------------------------------------------
  264.  
  265. ┌─────────────────────────────────────────────────────────────────────────────┐
  266. │                                                                             │
  267. │   PLEASE NOTE!  You can be SURE you have received an authentic copy         │
  268. │   of Personal Calendar ONLY if the following message appears after          │
  269. │   extracting any, every, and all files from this archive.  Please contact   │
  270. │   me if my exact authentication signature does not appear!  Version 1.10 or │
  271. │   later of PKUNZIP is required to reveal the authentication data; this is   │
  272. │   automatic for a self-extracting archive.)                                 │
  273. │                                                                             │
  274. │    ─────────────────────────────────────────────────────────────────────    │
  275. │                                                                             │
  276. │  Exploding: CAL.EXE       -AV              <-- "-AV" appears on EVERY file  │
  277. │                                                                             │
  278. │  Authentic files Verified!   # NPU161   Paul Munoz-Colman   <- this is my   │
  279. │                                ~~~~~~                          signature    │
  280. │               (the number must show exactly as above)                       │
  281. └─────────────────────────────────────────────────────────────────────────────┘
  282.  
  283. The contents of this archive are as follows (note the size and CRC-32 value on
  284. file README.DOC will not be correct):
  285.  
  286. ------------------------------------------------------------------------------
  287.  
  288. PKZIP (R)   FAST!   Create/Update Utility   Version 1.1   03-15-90
  289. Copr. 1989-1990 PKWARE Inc.  All Rights Reserved.  PKZIP/h for help
  290. PKZIP Reg. U.S. Pat. and Tm. Off.
  291.  
  292. Searching ZIP: PC1441.ZIP - Personal Calendar (Executable), Version 14.41
  293.  
  294.  Length  Method   Size  Ratio   Date    Time   CRC-32  Attr  Name
  295.  ------  ------   ----- -----   ----    ----   ------  ----  ----
  296.  115809  Stored  115809   0%  03-10-92  14:41  46a18403 --w  CAL.EXE
  297.   21280  Implode   3589  84%  03-10-92  14:41  bdb2f94c --w  CALERROR.DAT
  298.   83120  Implode  22797  73%  03-10-92  14:41  593bd93e --w  CALHELP.DAT
  299.    5061  Implode   1986  61%  03-10-92  14:41  8aa69445 --w  CALINIT.DAT
  300.    3960  Implode   1515  62%  03-10-92  14:41  2f872ade --w  CALNAMES.DAT
  301.      12  Stored      12   0%  03-10-92  14:41  3560c47a --w  CALPOPUP.COM
  302.     294  Shrunk     273   8%  03-10-92  14:41  2483ba9a --w  CALREMOV.COM
  303.   17076  Implode   6880  60%  03-10-92  14:41  a21bf94e --w  HISTORY.DOC
  304.   19979  Implode   7538  63%  03-10-92  14:41  26706acd --w  LICENSE.DOC
  305.   12787  Implode   4477  65%  03-10-92  14:41  1f1abaf9 --w  REGISTER.DOC
  306.   13328  Implode   5522  59%  03-10-92  14:41  1ae335d9 --w  SHARWARE.DOC
  307.    5399  Implode   2454  55%  03-10-92  14:41  74839eed --w  SITELICE.DOC
  308.    5533  Implode   2548  54%  03-10-92  14:41  9d30cff6 --w  SYSOP.DOC
  309.   12068  Implode   5194  57%  03-10-92  14:41  768cc91f --w  VENDOR.DOC
  310.    4321  Implode   2081  52%  03-10-92  14:41  79e6e1ee --w  WARRANTY.DOC
  311.      62  Stored      62   0%  03-10-92  14:41  f05e9fd4 --w  DESC.SDI
  312.     333  Implode    321   4%  03-10-92  14:41  7dd8938f --w  FILE_ID.DIZ
  313.    3326  Implode   1602  52%  03-10-92  14:41  a5df2990 --w  PACKING.LST
  314.   14992  Implode   6119  60%  03-10-92  14:41  b71f9ad0 --w  README.DOC
  315.  ------          ------  ---                                 -------
  316.  338740          190779  44%                                      19
  317.  
  318.