home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / sysutl / egutil53.lbr / PHN.DZC / PHN.DOC
Encoding:
Text File  |  1988-07-12  |  2.1 KB  |  58 lines

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