home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / kaypro / phn21.lbr / PHN21.DQC / PHN.DOC
Text File  |  1986-04-27  |  2KB  |  57 lines

  1. ;;                       PHN.DOC (v2.1)
  2.                             12/05/85
  3. Eric Gans
  4. French Dep't UCLA
  5. Los Angeles, CA 90024
  6.  
  7.  
  8.     As opposed to the previously released version 1.0,  PHN21 
  9. is  a  dialer as well as a number-lister.   A few other  features 
  10. have been added:  the phone list can be sent to the printer and a 
  11. BAK  file  is  made of the previous version if  new  numbers  are 
  12. added,  plus a few minor improvements.
  13.  
  14.                               * * * 
  15.  
  16.      In  the  first  place,   PHN  allows  you  to  maintain   an 
  17. alphabetical  phone list.  It is its own data file and  so  loads 
  18. and  responds  to commands very fast.  Any changes  made  to  the 
  19. phone  list are saved to disk within the file,  and a BAK file is 
  20. made of the previous version.
  21.  
  22.      The  dialer  was written for the Kaypro-10 using  an  Anchor 
  23. Mark  XII  (1200/300) modem,  the codes of which  I  believe  are 
  24. Hayes-compatible.  (If  someone wants to give me a Hayes I'll  be 
  25. glad  to  test it.)  Since specific port addresses  are  used  (I 
  26. wouldn't trust CP/M to handle these),  the dialer won't work with 
  27. another machine.  (If anyone has suggestions for generalizing the 
  28. program, I'd be happy to oblige.)
  29.  
  30.      The  phone  code may be any set of up to 7  characters;  the 
  31. phone  number  has a maximum of 14 (enough  for  1-xxx-xxx-xxxx).   
  32. Any  letters   and other signs may be entered within  the   phone  
  33. number  area  (e.g.  555-9999x123);  the  dialer will  check  for 
  34. undialable  characters.   Lowercase letters in the  code  section 
  35. will be folded to upper case.
  36.  
  37.      to set a code:  blurk=123-4567
  38.      clear a code:   blurk=
  39.      get a number:   blurk  
  40.                             = 123-4567 <-- program output
  41.      list all #'s:          =
  42.      send list to printer:  $  
  43.      erase all numbers:     #
  44.      help message:          ?
  45.      CR to exit program
  46.  
  47.      dialing: either *<code> or +<type in number>
  48.  
  49.      Thus if your list contains ZAP    =555-5555
  50.      you can dial the number by entering either *zap or +555-5555
  51.  
  52.  
  53.      There is no "garbage collection" for killed codes, but at 21
  54. bytes  per number, the file will remain small unless you  have  a 
  55. few thousand numbers to call.  The phone list is in  alphabetized 
  56. columns. 
  57.