home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / utility / misc / areacode.lzh / README < prev   
Encoding:
Text File  |  1992-09-25  |  1.3 KB  |  36 lines

  1. AreaCode.rexx:    Locate area code information the USA and Canada.
  2. Author:        Daniel J. Barrett, barrett@cs.umass.edu
  3.         100% Public Domain
  4.         If you improve this (simple) program, please let me know!
  5.  
  6. The idea for this program was inspired by Bill Beogelein's "AreaCode"
  7. program on Fish Disk 40.  Bill's program unfortunately crashes on my
  8. A3000 under 2.04.
  9.  
  10. Put the file "AreaCode.txt" in a directory somewhere.
  11.  
  12. Then change the definition of LIBFILE in AreaCode.rexx to match
  13. the location.  For example, if you put AreaCode.txt in your S: directory,
  14. the line should be
  15.  
  16.         LIBFILE = "S:AreaCode.txt"
  17.  
  18. Then put AreaCode.rexx in your REXX: directory.
  19.  
  20. Now type "areacode" and you will see the usage instructions.  Some
  21. examples:
  22.  
  23.         areacode 413        Where is 413?
  24.         areacode pa        All areacodes in PA (Pennsylvania)
  25.  
  26. The database AreaCode.txt is in a very simple format; the fields are
  27. separated by single TAB characters.  You can read it with "more" or
  28. your favorite text editor -- it is plain text.
  29.  
  30.                                                         Dan
  31.  
  32.  //////////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
  33. | Dan Barrett -- Dept of Computer Science, Lederle Graduate Research Center |
  34. | University of Massachusetts, Amherst, MA  01003  --  barrett@cs.umass.edu |
  35.  \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\/////////////////////////////////////
  36.