AreaCode v1.29 13-Aug-95 (Includes many new areacodes.)
/*
* Usage #1:
* Pass United States, Canadian area code, returns geographic location.
* (Now includes international country codes, too.)
*
* Usage #2:
* Pass 2 letter state name, returns all area codes used in that state.
* Supports '?' wildcard to match any single character.
*
* You can prompt the user for input with the '-p' option.
* AreaCode -p (Prompt for areacodes until user hits RETURN)
* AreaCode -p 000 (Prompt for 1 areacode then exit)
* AreaCode -p 000 000 (Prompt for 2)
* AreaCode -p 000 000 000 (Prompt for 3)
* AreaCode -p a b c d (Prompt for 4)
* AreaCode -p dummy dummy dummy (Prompt for 3)
*
* AreaCode -s 810 (Do NOT pipe stderr into stdout.)
* AreaCode -h (Show HELP screen & copyright notice.)
*
* The Amiga ShareWare HeadQuarters BBS
* Bill Beogelein
* Box 530441
* Livonia, MI 48153 USA
* 810-473-2020 BBS, 2-lines, Supra 28k8, Fido 1:2410/207
* File Requ' magic-name AREACODE for latest publicly distributable release.
* Please pay shareware fees to keep software coming.
*/
(Replaces old v1.28 release from Jan 1995)
|