home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d8xx / d862 / phonelist.lha / PhoneList / ReadMe.pl < prev    next >
Text File  |  1993-04-15  |  1KB  |  83 lines

  1.  
  2.  
  3. 'Phonelist' is a very quick and short program to find out
  4. your most-needed phone-numbers and is designed to work under
  5. 'Workbench' and 'CLI' control.
  6. The program searches the env-var 'PL_FILES' to locate the
  7. database, so be shure to have this variable set !
  8.  
  9.  
  10. *
  11.  
  12. Capabilities in general :
  13.  
  14.     - search for a record/number by name
  15.       ( no wildcards needed ! )
  16.  
  17.     - add a new record
  18.  
  19.     - delete a record
  20.  
  21.     - generate a list of all records ( sorted alpha. )
  22.  
  23.     - reorganize the PL - Database
  24.       ( needed after deleting a record to save disk-space ! )
  25.  
  26. *
  27.  
  28.  
  29. Installation
  30.  
  31. You should use the installation-script 'install-pl' from Workbench
  32. to make shure that all needed stuff is available.
  33.  
  34.  
  35. *
  36.  
  37. Commandline options
  38.  
  39.  
  40.     -s   search for an entry
  41.  
  42.           eg.                          pl -s fish
  43.  
  44.  
  45.     -a   add new record
  46.  
  47.           eg.                          pl -a "fish, fred"    001345
  48.  
  49.           If name or number contain 'spaces', use '"' to delimit
  50.           the string.
  51.  
  52.     -d   delete a record
  53.  
  54.           eg.                          pl -d "fish, fred"
  55.  
  56.           name - arg and key must match !
  57.  
  58.     -l   generate a list of all records
  59.  
  60.                                          pl -l
  61.  
  62.           lists may be redirected to prn !
  63.  
  64.                                          pl >prn: -l
  65.  
  66.     -r   reorganize database
  67.  
  68.                                          pl -r
  69.  
  70.     -i   interactive
  71.  
  72.           if you like to use gadgets and a window to obtain information.
  73.  
  74.  
  75. *
  76.  
  77. Workbench usage
  78.  
  79. Just double-click on the pl-icon.
  80.  
  81.  
  82.  
  83.