home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / pcp1310.zip / PCPFIND.DOC < prev    next >
Text File  |  1993-03-27  |  6KB  |  134 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.           PCPFIND.DOC             Version  2.10              07 May 91
  7.           
  8.           
  9.               The original Amiga version of this program  was  created
  10.           by   Maurice  Spear  CI$ 76636,1377.  The  IBM  version  was
  11.           written by Jesse Warford.  If you like  it PLEASE direct all
  12.           feedback  to  Maurice  Spear on CompuServe,  or  on  the  PC
  13.           Pursuit  Net Exchange (AMIGA SECTION), or PSA BBS @ 414-278-
  14.           5390 WIMIL, or No Name BBS @ 619-948-5751 (NOT PURSUITABLE).
  15.           I will not improve these programs, unless I know that people
  16.           are using, and like them, so please leave me feedback.
  17.           
  18.               The IBM version was created May of 1991 to  satisfy  the
  19.           multitude of requests I received for its creation.   Special
  20.           thanks to Jesse Warford for his expiedent translation of  my
  21.           source code and programming abilities.  This IBM  version is
  22.           almost  exactly  the  same as my Amiga version and  is  very
  23.           fast.   It will support up to 64 area codes and 64 outdials.
  24.  
  25.               To run the program you type  PCPFIND  and  the area code
  26.           and exchange.  The following are valid USAGES.
  27.           
  28.           PCPFIND ?          'displays the help screen
  29.           PCPFIND /v         'displays library data file information
  30.           PCPFIND 201-200    'tells you if the number is PC Pursuitable
  31.           PCPFIND 201-999 201-200 499-567 414-286
  32.           PCPFIND 999-999 301-400 465-999
  33.           
  34.               You may enter as many numbers after the program name  as
  35.           you wish, but due to the way MS/DOS sends the parameters  to
  36.           the program, only the first 80 characters will be processed.
  37.  
  38.               These are NOT VALID USAGES:
  39.           
  40.           PCPFIND  222 222        ** Separating Dash REQUIRED **
  41.           PCPFIND  222            ** Not long enough **
  42.           PCPFIND  212-569-0000   ** Too long **
  43.           PCPFIND  212-199        ** No such EXCHANGE **
  44.           PCPFIND  199-200        ** No such area code **
  45.           PCPFIND  20A-199        ** INVALID area code **
  46.           PCPFIND  201-AB2        ** INVALID exchange **
  47.           
  48.               REMEMBER if you like this program please let me (Maurice
  49.           Spear) know.  It is the first program  I  have ever  written
  50.           for PUBLIC domain, though FUTURE versions may be SHAREWARE.
  51.           
  52.               Added  to  this  version  of  PCPFIND  was  the  version
  53.           command (/v).  This command prints out the VERSION and  date
  54.           of the the last update to the PC  Pursuit  Library, and also
  55.           ALL of the outdials and area codes  supported.  Try this and
  56.           see  what  it prints!  To transfer the text to your printer,
  57.           just hit the PRINT SCREEN key.  Then you will have  a  quick
  58.           reference of the supported area codes and outdials.
  59.  
  60.           PCPFIND.DOC             Version  2.10            Page 1 of 2
  61.  
  62.  
  63.  
  64.  
  65.  
  66.           IF YOU  NOTICE  AN  OUTDIAL OR AREA  CODE  THAT  IS  MISSING
  67.           PLEASE LEAVE ME E-MAIL SO I CAN ADD IT TO THE PCFIND LIBRARY
  68.           DATA FILE!
  69.  
  70.               If an area code or 1 - area  code  is  printed out, then
  71.           you must "DIAL" these numbers when  using the outdial!  Such
  72.           as NYNYO 1-718-344-XXXX, you MUST type in the 1 - area code.
  73.           
  74.               The version number of the LIBRARY DATA FILE is the  ver#
  75.           in the name of the ZIPped file  which  you  find  on  BBS's.
  76.           Check every now and then for updates to  the  library  data
  77.           file for outdials and new area codes which have been  added
  78.           to the PC Pursuit system since the last update.
  79.  
  80.                                    Thanks, and Good Luck
  81.           
  82.                                    Maurice Spear
  83.                                    287 Texas Avenue
  84.                                    GAFB,  CA  92394
  85.  
  86.  
  87.  
  88.           Programmers note:  The PC-Pursuit utilities  are  the  first
  89.           programs for the IBM and compatables that I have written  in
  90.           assembly language, and I am very proud of them.   They  have
  91.           been thoroughly tested and I believe them to  be  bug  free.
  92.           However, if you do find something wrong with them, just  let
  93.           Maurice Spear know and he will pass the word to me so I  can
  94.           fix them.  Please be  specific  and  describe  exactly  what
  95.           happened.  Just to be on the safe side, the programs do  not
  96.           write directly to the disk themselves.  That is all  handled
  97.           by MS/DOS with  the  redirection  command ( >filename.ext ).
  98.           The only writes these programs do is to  the  standard  out-
  99.           put channel,  which  MS/ DOS  uses  to  redirect  output  if
  100.           requested, and the standard error channel, which MS/DOS uses
  101.           to write directly to  the  screen,  regardless  of  the  re-
  102.           direction status.  This is so any  error  messages  will  be
  103.           sent to the screen instead of your output file.
  104.  
  105.           To respect the wishes of Maurice Spear, the source code  for
  106.           these programs is not available to the general public.  How-
  107.           ever, future programs I write  and  release  to  the  public
  108.           domain will MOST LIKELY include the source code.
  109.  
  110.           These MS/DOS versions of the Amiga programs  use  the  exact
  111.           same library file (PCP.LIB) that the Amiga uses.   Not  only
  112.           does this maintain compatability between the  versions,  but
  113.           it was absolutely no hassle at all to write the programs  to
  114.           accept the Amiga library file.
  115.  
  116.  
  117.  
  118.  
  119.  
  120.           PCPFIND.DOC             Version  2.10            Page 2 of 2
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.