home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / misc / exc.doc < prev    next >
Text File  |  1994-04-18  |  7KB  |  202 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.                                                               Exchange v1.2
  41.  
  42.                                                     Phone Exchange Database
  43.  
  44.                                                      (c) 1994 Scott MacLean
  45.  
  46.      Exchange 1.2   (c) 1994 Scott MacLean                     Page 1
  47.  
  48.      Introduction
  49.  
  50.           Exchange is a small utility  which  holds  every  area  code  and
  51.      telephone exchange in the western hemisphere,  along with the city and
  52.      state/province/area  which  applies  to  each  exchange.   Only  those
  53.      countries  which conform to the standard 3 digit area code/3 digit ex-
  54.      change are included.
  55.  
  56.      Installation
  57.  
  58.           Exchange consists of five files:
  59.  
  60.                EXC.EXE        Program file
  61.                EXC.DOC        This documentation file
  62.                EXCHANGE.DAT   Main data file
  63.                EXCHANGE.IDX   State/City index file
  64.                EXCHANGE.IDY   City/State index file
  65.  
  66.           Out of these five files,  all except the DOC file must be kept on
  67.      disk. The DOC file may be deleted, but it is recommended that you keep
  68.      it  around  for reference.  The simplest way to install Exchange is to
  69.      put all the files in one of the directories in  your  DOS  Path.  When
  70.      EXC.EXE is first run,  it will look for it's data files;  first in the
  71.      current directory,  then in all the directories specified in  the  DOS
  72.      Path.  If it can't find them in any of those directories, it will ter-
  73.      minate with an error message.  Copying all the files  to  one  of  the
  74.      directories  in  your  DOS Path will allow Exchange to be run from the
  75.      DOS command line, regardless of what directory you are in.
  76.  
  77.      Instructions for Use
  78.  
  79.           Exchange is very easy to use. Simply type EXC and the information
  80.      which you know,  and Exchange will reply with the information you want
  81.      to  know.  For  instance,  let's  say  you  know  the  phone number is
  82.      (912) 746-1234. Our area code is 912 and our exchange is 746. We would
  83.      type:
  84.  
  85.                C:\>EXC 912 746
  86.  
  87.           Exchange would reply with:
  88.  
  89.                EXC - Exchange Finder v1.2  18-Apr-94 (c) 1994 Scott MacLean
  90.  
  91.                A/C EXC St City
  92.                --- --- -- ----------
  93.                912 746 GA MACON
  94.  
  95.           This tells us that the phone number belongs to someone who  lives
  96.      in  Macon  Georgia.  If  we so desired,  we could specify an area code
  97.      only, with no exchange. In that case,  we would be shown the exchange,
  98.      name and state of every city in that area code.
  99.  
  100.           We  can  also  do  it the opposite way,  specifying the state and
  101.      city. For instance, let's say we want to find out what exchanges apply
  102.      to Gaithersburg Maryland.  The city field is a maximum of ten  charac-
  103.  
  104.      Exchange 1.2   (c) 1994 Scott MacLean                     Page 2
  105.  
  106.      ters however,  and Gaithersburg is twelve characters long.  Therefore,
  107.      it will be abbreviated or truncated.  We must take this  into  account
  108.      when specifying a city. The following:
  109.  
  110.                C:\>EXC MD GAITHERSBURG
  111.  
  112.           Will result in the following response:
  113.  
  114.                EXC - Exchange Finder v1.2  18-Apr-94 (c) 1994 Scott MacLean
  115.  
  116.                A/C EXC St City
  117.                --- --- -- ----------
  118.  
  119.           As you can see,  there is no result.  Instead,  we should specify
  120.      only the first three or four letters of the city's name:
  121.  
  122.                C:\>EXC MD GAI
  123.  
  124.                EXC - Exchange Finder v1.2  18-Apr-94 (c) 1994 Scott MacLean
  125.  
  126.                A/C EXC St City
  127.                --- --- -- ----------
  128.                301 330 MD GAITHERSBG
  129.                301 540 MD GAITHERSBG
  130.                301 869 MD GAITHERSBG
  131.                301 916 MD GAITHERSBG
  132.                301 926 MD GAITHERSBG
  133.                301 963 MD GAITHERSBG
  134.                301 972 MD GAITHERSBG
  135.                301 977 MD GAITHERSBG
  136.                301 990 MD GAITHERSBG
  137.  
  138.           As you can see,  we are given a list of area codes and  exchanges
  139.      which  are  found  conforming  to a state of "MD" and a city beginning
  140.      with "GAI". Lastly, we can specify just the name of a city.  This will
  141.      show  every city in every state which conforms to the given parameter.
  142.      For instance, let's look for every city named ACTON:
  143.  
  144.                C:\>EXC ACTON
  145.  
  146.                EXC - Exchange Finder v1.2  18-Apr-94 (c) 1994 Scott MacLean
  147.  
  148.                A/C EXC St City
  149.                --- --- -- ----------
  150.                317 862 IN ACTON
  151.                508 263 MA ACTON
  152.                508 635 MA ACTON
  153.                207 477 ME ACTON
  154.                519 853 ON ACTON
  155.                817 326 TX ACTON
  156.                514 546 PQ ACTON VALE
  157.  
  158.  
  159.      Exchange 1.2   (c) 1994 Scott MacLean                     Page 3
  160.  
  161.      Paging
  162.  
  163.           Exchange can be caused to stop every 24  lines  and  wait  for  a
  164.      keypress.  This is useful for viewing long lists, like when asking for
  165.      all exchanges in a large city.  When waiting for a keypress  (or  when
  166.      scrolling  a  list  by,  for  that  matter) Exchange can be aborted by
  167.      pressing ESC, CTRL-C or CTRL Break. To cause Exchange to stop every 24
  168.      lines, append "/P" to the end of the command:
  169.  
  170.                C:\>EXC ATLANTA /P
  171.  
  172.                EXC - Exchange Finder v1.2  18-Apr-94 (c) 1994 Scott MacLean
  173.  
  174.                A/C EXC St City
  175.                --- --- -- ----------
  176.                404 220 GA ATLANTA
  177.                404 221 GA ATLANTA
  178.                .
  179.                .
  180.                404 255 GA ATLANTA
  181.                404 256 GA ATLANTA
  182.                Press any key to continue . . .
  183.  
  184.      Registration
  185.  
  186.           This program is fully functional,  and the data in it is  current
  187.      as of the date of release.  If you find this program useful, it is re-
  188.      quested that you send $10 US Funds to the author at the following  ad-
  189.      dress.  You  support  will  ensure  the production of similar software
  190.      packages at similar  prices.  I  have  written  well  over  a  hundred
  191.      programs for the IBM PC, all released in a similar fashion. If you are
  192.      interested in a list of these programs,  please send $15 US instead of
  193.      $10 US.
  194.  
  195.           Scott MacLean
  196.           6 Marilyn Crescent
  197.           Georgetown, ON
  198.           L7G 1K4
  199.           Canada
  200.  
  201.      Thank you for your support!
  202.