home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 183_01 / area.doc < prev    next >
Text File  |  1979-12-31  |  1KB  |  27 lines

  1.                               AREA
  2.                Telephone area code search program
  3.                       (C) 1984 Martin Smith
  4.                       Compuserve 72155,1214
  5.          310 Cinnamon Oak Lane   (713) 661-1241 [Office]
  6.           Houston, Texas  77079   (713) 464-6737 [Home]
  7.  
  8.     
  9. C  program written for C86 compiler.  Finds telephone area  codes 
  10. from command line parameters. >area 713 214 <enter> would produce 
  11. that these are from Texas and California, with some cities. >area 
  12. NJ <enter> would list area codes and cities for New Jersey. 
  13.     
  14. Type   >area   to  get  started,   which  will  print   a   short 
  15. documentation.  Compiled  with  Optimizing C86 using  the  DOSALL 
  16. library, so it should run with any version PC-DOS.
  17.     
  18. Find  area  codes by entering an area code or state name  on  the 
  19. command line.  Multiple codes,  names are permitted up to 20, the 
  20. limit  set  forth  for  C86  Computer  Innovations(tm)  compiler, 
  21. although your compiler may be different. Program written for IBM-
  22. PC with PC-DOS 2.0, but no machine-specific code is involved.
  23.  
  24. -----
  25. Downloaded  from  CompuServe,  uploaded to PCanada by Bob  Leigh, 
  26. PC1022.
  27.