home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / private / pc1440.zip / READ.ME < prev   
Text File  |  1992-07-05  |  15KB  |  319 lines

  1.                        PERSONAL CALENDAR (PC) FOR DOS             Version 14.42
  2.                               FILE README.DOC                       5 Jul 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. PC1442.EXE or PC1442.ZIP is the name of
  59. the archive file for Personal Calendar Version 14.42).
  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.      \  PC1442 -O                   install from PC1442.EXE
  87.  or                                     or
  88.      /  COPY E:\ZIP\PC1442.ZIP    Copy ZIP file from download directory and
  89.      \  PKUNZIP PC1442 -O           install from PC1442.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 PC1442.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 PC1442.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 USERS
  147. ~~~~~~~~~~~~~~~
  148.      Loading Under Windows:  PC is not a WinApp.  It will run under Microsoft
  149. Windows 3 as a DOS task, but TSR features are disabled.  Windows PIF and ICO
  150. files are provided for your convenience.
  151.  
  152.      Loading Before Windows:  PC may also be loaded before Windows 3 in TSR
  153. mode, is entirely functional as a TSR, but will not pop up over Windows.
  154.  
  155.  
  156. INSTALLATION FILES
  157. ~~~~~~~~~~~~~~~~~~
  158. See file PACKING.LST for a description and purpose of each installation file.
  159.  
  160.  
  161. DOCUMENTATION
  162. ~~~~~~~~~~~~~
  163. The Help Text in the program IS the users manual for Personal Calendar, and may
  164. be consulted at any time from within the program by pressing F1 (function
  165. key 1), or by selecting "Help" from the Main Menu.
  166.  
  167. Additionally, while viewing the Help Text, you may also print it by pressing
  168. the * or PRINT key on your keyboard; or you can press F9 to generate a complete
  169. formatted manual as a DOS file (CAL.DOC).
  170.  
  171. New features in recent versions of Personal Calendar are documented in the
  172. HISTORY.DOC file, which may be printed from DOS with the PRINT command.
  173.  
  174.  
  175. EVALUATING THE PROGRAM AND ORDERING A REGISTERED COPY
  176. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177. You may try Personal Calendar for a 30-day period on an evaluation basis at no
  178. charge.  
  179.  
  180. If you continue to use the program after the evaluation period, please pay the
  181. $35 license fee plus shipping and applicable sales tax (VA only).  For credit
  182. card orders, call 800-242-4775 (Australian customers, call (02) 519-4233), from
  183. the CompuServe MALL (!GO SE), or online through the VOR or MB BBSs (see below).
  184. For site license information and quantity discounts, see file SITELICE.DOC.
  185.  
  186. To order by mail, fill out the ORDER FORM and mail it with your payment to the
  187. address shown (include shipping and tax if applicable).  You can print the
  188. ORDER FORM from within Personal Calendar at any time by pressing F8.  Specify
  189. 3½" or 5¼" diskettes, and spell your name for your license.
  190.  
  191.  
  192. WHAT YOU GET WHEN YOU REGISTER
  193. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  194. When you mail in your license fee with the order form in file REGISTER.DOC,
  195. I'll send you a diskette with your personal registration file CALSER.DAT, the
  196. latest copy of the program, and a printed copy of the users manual.
  197.  
  198. To enable the registered mode for this version of Personal Calendar for DOS,
  199. simply copy CALSER.DAT from the diskette to the directory in which you have
  200. installed the program file CAL.EXE.
  201.  
  202. If you're updating from an earlier version of Personal Calendar, make sure your
  203. CALSER.DAT file stays in the installation directory.  If I've supplied you with
  204. a newer CALSER.DAT file, make sure you use the latest one.
  205.  
  206. Please DO NOT modify the contents of CALSER.DAT, as doing so will invalidate
  207. the registration data it contains.
  208.  
  209.  
  210. DISTRIBUTION POLICY
  211. ~~~~~~~~~~~~~~~~~~~
  212. Personal Calendar may be distributed under the terms of the LIMITED
  213. DISTRIBUTION LICENSE contained in file LICENSE.DOC.  BBS SysOps please consult
  214. file SYSOP.DOC for my policy on distribution of Personal Calendar by BBS.  Disk
  215. Vendors and user groups please consult file VENDOR.DOC.
  216.  
  217. You may not distribute the CALSER.DAT registration file to anyone not covered
  218. by your software license.
  219.  
  220.  
  221. IMPLEMENTATION
  222. ~~~~~~~~~~~~~~
  223. PC is written in Microsoft Professional Development System (PDS) BASIC 7.10
  224. and uses a number of support packages from MicroHelp, Inc, in Rosswell, GA: 
  225. Stay-Res Plus, Mach2, QB/Pro volumes 1-4, 5, 7, and Toolbox2.  The program is
  226. bound by MS LINK 5.10 under MS-DOS 5.00 on a Northgate 486/25.  Source code
  227. is not available.
  228.  
  229. MicroHelp is a supplier of programming aids/libraries for Microsoft BASIC
  230. applications.  If you are a BASIC programmer and find the TSR, performance, and
  231. graphics capabilities interesting or useful, their phone number is 800-922-3383
  232. or 404-552-0565.
  233.  
  234.  
  235. IN CLOSING
  236. ~~~~~~~~~~
  237. Enjoy Personal Calendar!  I welcome discussion of my program or any related
  238. topic, if you are interested.  Contact me by mail, CompuServe mail, or phone as
  239. shown at the top of this file.  The latest version of Personal Calendar may be
  240. obtained from your favorite disk vendor, or on the BBSs shown below.  I make a
  241. point of placing recent and major upgrades on these boards, and when released,
  242. they are available there for download:
  243.  
  244. ------------------------------------------------------------------------------
  245.  
  246.  On CompuServe   IBMSYS, MSDOS, and ZENITH
  247.  
  248.  On ZiffNet      UTILFORUM
  249.  
  250.      or   on the following EXCELLENT support bulletin boards --
  251.  
  252.     THE ELUSIVE DIAMOND                   THE VOR & MOTHERBOARD BBSs
  253.     (703) 323-6423 & -1782                (707) 778-8944 & -8841
  254.     Gregg Snyder, SysOp                   Vern & Julie Buerg, SysOps
  255.       ("Main" Conference)                   (Either "Main" Conference)
  256.  
  257.     THE BREAK EAST BBS                    THE TECHNICAL HANGOUT BBS
  258.     (703) 680-9269                        (703) 444-6765
  259.     Bruce Jackson, SysOp                  Chip Chapman, SysOp
  260.       ("PC" Conference)                     ("Personal-Cal" Conference)
  261.  
  262. ------------------------------------------------------------------------------
  263.  
  264. ┌─────────────────────────────────────────────────────────────────────────────┐
  265. │                                                                             │
  266. │   PLEASE NOTE!  You can be SURE you have received an authentic copy         │
  267. │   of Personal Calendar ONLY if the following message appears after          │
  268. │   extracting any, every, and all files from this archive.  Please contact   │
  269. │   me if my exact authentication signature does not appear!  Version 1.10 or │
  270. │   later of PKUNZIP is required to reveal the authentication data; this is   │
  271. │   automatic for a self-extracting archive.)                                 │
  272. │                                                                             │
  273. │    ─────────────────────────────────────────────────────────────────────    │
  274. │                                                                             │
  275. │  Exploding: CAL.EXE       -AV              <-- "-AV" appears on EVERY file  │
  276. │                                                                             │
  277. │  Authentic files Verified!   # NPU161   Paul Munoz-Colman   <- this is my   │
  278. │                                ~~~~~~                          signature    │
  279. │               (the number must show exactly as above)                       │
  280. └─────────────────────────────────────────────────────────────────────────────┘
  281.  
  282. The contents of this archive are as follows (note the size and CRC-32 value on
  283. file README.DOC will not be correct):
  284.  
  285. ------------------------------------------------------------------------------
  286.  
  287. PKZIP (R)   FAST!   Create/Update Utility   Version 1.1   03-15-90
  288. Copr. 1989-1990 PKWARE Inc.  All Rights Reserved.  PKZIP/h for help
  289. PKZIP Reg. U.S. Pat. and Tm. Off.
  290.  
  291. Searching ZIP: PC1442.ZIP - Personal Calendar (Executable), Version 14.42
  292.  
  293.  Length  Method   Size  Ratio   Date    Time   CRC-32  Attr  Name
  294.  ------  ------   ----- -----   ----    ----   ------  ----  ----
  295.  116122  Stored  116122   0%  07-05-92  14:42  1f5a1e8e --w  CAL.EXE
  296.   21280  Implode   3589  84%  07-05-92  14:42  b68b68fe --w  CALERROR.DAT
  297.   83120  Implode  22758  73%  07-05-92  14:42  5a798271 --w  CALHELP.DAT
  298.    5061  Implode   1986  61%  07-05-92  14:42  9b94ada8 --w  CALINIT.DAT
  299.    3960  Implode   1514  62%  07-05-92  14:42  e7ae6bcd --w  CALNAMES.DAT
  300.      12  Stored      12   0%  07-05-92  14:42  3560c47a --w  CALPOPUP.COM
  301.     294  Shrunk     273   8%  07-05-92  14:42  2483ba9a --w  CALREMOV.COM
  302.     766  Implode    218  72%  07-05-92  14:42  744abca8 --w  CAL.ICO
  303.     545  Implode    179  68%  07-05-92  14:42  4470b7f1 --w  CAL.PIF
  304.   17443  Implode   7000  60%  07-05-92  14:42  d3395d84 --w  HISTORY.DOC
  305.   19979  Implode   7535  63%  07-05-92  14:42  15a0cabc --w  LICENSE.DOC
  306.   12787  Implode   4476  65%  07-05-92  14:42  8ae188f9 --w  REGISTER.DOC
  307.   13328  Implode   5520  59%  07-05-92  14:42  8225cb45 --w  SHARWARE.DOC
  308.    5399  Implode   2453  55%  07-05-92  14:42  fa9596c9 --w  SITELICE.DOC
  309.    5533  Implode   2545  55%  07-05-92  14:42  0d0b1d43 --w  SYSOP.DOC
  310.   12068  Implode   5192  57%  07-05-92  14:42  e80ff775 --w  VENDOR.DOC
  311.    4321  Implode   2078  52%  07-05-92  14:42  990ca335 --w  WARRANTY.DOC
  312.      62  Stored      62   0%  07-05-92  14:42  23c5832f --w  DESC.SDI
  313.     333  Implode    321   4%  07-05-92  14:42  5f180d57 --w  FILE_ID.DIZ
  314.    3515  Implode   1662  53%  07-05-92  14:42  11560d8c --w  PACKING.LST
  315.   15035  Implode   6133  60%  07-05-92  14:42  968ad7d6 --w  README.DOC
  316.  ------          ------  ---                                 -------
  317.  340963          191628  44%                                      21
  318.  
  319.