home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / phonemem.zip / PM.DOC < prev    next >
Text File  |  1988-02-18  |  4KB  |  110 lines

  1.  
  2. Phone Message version 1.1 is a memory resident program designed to 
  3. take phone messages.   Simple press the hotkey combination and a popup 
  4. will  appear  prompting for "TO", "FROM", "PHONE" and "MESG" fields.
  5. This information is saved in an ASCII file for later viewing or 
  6. printing.  Version 1.1 corrects a bug in 1.0 which locked the machine
  7. if the NUM LOCK key was pressed.
  8.  
  9. Phone Message was designed for receptionists or secretaries or anyone
  10. who hates to listen to the phone ring while fumbling for a pen and note 
  11. pad while editing a document.
  12.  
  13. To run Phone Message:
  14.  
  15.     From DOS enter "PM" with no arguments.
  16.  
  17.     Phone Message will then be installed in memory and can be invoked
  18.     by pressing the LEFT SHIFT and ALT keys simultaneously.
  19.  
  20. Phone Message will create a file called "C:\PHONE.MSG" and append each new
  21. phone message to this file.  If the hotkeys conflict with other TSR programs 
  22. you have the ability to make some limited changes.  You can also remove Phone 
  23. Message from memory if you run out of memory.  In order to remove Phone 
  24. Message, it must be the last memory resident program installed.  To change
  25. the drive where the phone messages are stored use "-d" option explained
  26. below.
  27.  
  28. The phone messages stored in "c:\phone.msg" look like the following:
  29.  
  30.     TIME:     Wednesday 09:28 pm
  31.     TO:    Dave                
  32.     FROM:  Jim                 
  33.     PHONE: 555-1212            
  34.     MEMO:  call back!          
  35.     ----------------------------------
  36.  
  37. After printing the phone messages, delete the file "c:\phone.msg" to
  38. start fresh.  
  39.  
  40. CAVEATS
  41.  
  42. If you have any experience with using different memory resident programs
  43. commonly known as TSR programs, you should be aware that TSR programs don't
  44. often cooperate with each other.  It is a literal jungle in RAM memory where
  45. many TSR programs are competing for interrupts and memory - hopefully not
  46. the same memory.   If you have problems loading other programs, try removing
  47. Phone Message from memory.   If the machine crashes, try changing the order
  48. in which you install your TSR's or use one of the shareware TSR management
  49. programs to selectively remove and install TSR's.
  50.  
  51. Phone Message will not come up if the screen is in graphics mode - it
  52. will simply beep the bell.
  53.  
  54. Phone Message is provided AS IS, with no warranty expressed or implied.
  55. Edmund L. Trujillo specifically disclaims any and all warranties included
  56. but not limited to fitness for a particular purpose.  In no event shall
  57. Edmund L. Trujillo be liable for any loss of profit or any other commercial
  58. damage, including but not limited to special, incidental, consequential
  59. or other damages.
  60.  
  61.  
  62. SHAREWARE
  63.  
  64. If you use Phone Message at home or in your business on a regular
  65. basis, I would appreciate a $10 donation.  Send to:
  66.  
  67.     Edmund Trujillo
  68.     PO Box 23052
  69.     Albuquerque,  NM  87192-1052
  70.  
  71. Donations help pay the rent and keep shareware authors interested in
  72. upgrading and maintaining their products.  Thanks for your support.
  73.  
  74.  
  75. EXAMPLES
  76.  
  77. To change the default destination drive enter the following (use a
  78. lower case 'd'):
  79.  
  80.        > pm -d a        <- phone messages will  be
  81.                                    stored in A:\phone.msg
  82.  
  83.        > pm -d d        <- phone messages will  be
  84.                                    stored in D:\phone.msg
  85.  
  86. To change the hotkey combination enter (use a lower case 'k') :
  87.  
  88.        > pm -k 3          - Right Shift & Left Shift
  89.        > pm -k 5          - Right Shift & Ctrl
  90.        > pm -k 6          - Left Shift & Ctrl
  91.        > pm -k 9          - Right Shift & Alt
  92.        > pm -k 10         - Left Shift & Alt (default)
  93.        > pm -k 12         - Ctrl & Alt
  94.  
  95.  
  96. To change the hotkey combination and the default drive enter:
  97.  
  98.        > pm -d a -k 6
  99.  
  100. To remove Phone Message from memory freeing up space for other
  101. applications (lower case 'r') :
  102.  
  103.       > pm -r
  104.  
  105.  
  106. To get a usage message displaying command syntax:
  107.  
  108.       > pm -?
  109.  
  110.