home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / pcroute / readme.dir < prev    next >
Encoding:
File List  |  1992-02-09  |  3.9 KB  |  102 lines

  1. *****************************************************************
  2.  
  3.                      The PCroute archive director
  4.                        Vance Morrison     
  5.                        
  6. *****************************************************************
  7.  
  8. The files in this directory can be grouped into 4 rough groups as
  9. follows
  10.  
  11.  
  12.     I) Administrative Files
  13.      
  14.             readme.1st      Information on PCroute/PCbridge and its
  15.                             future.
  16.             readme.dir      This file
  17.             copywrit.doc    The copywrite for the PCroute/PCbridge
  18.                             software.
  19.  
  20.  
  21.     II) Archive files
  22.  
  23.             The Distribution is in the format of a compressed tar 
  24.             archive. The standard UNIX tar and uncompress utilities
  25.             can be used to extract the files. For those that do not 
  26.             have access to a UNIX machine with these utilities, the 
  27.             following files are IBM PC utilities that can do the  
  28.             extraction.
  29.  
  30.  
  31.             tar.exe         A PC tar archive/dearchive utility
  32.             uncomp.exe      A PC compress/uncompress utility
  33.             compress.doc    Documentation for uncomp.exe
  34.  
  35.             
  36.             To extract an archive called STUFF.Z simply type. 
  37.  
  38.             uncomp STUFF
  39.             tar xvf STUFF
  40.             del STUFF
  41.  
  42.             Note that you will have to rename the archives to some 
  43.             shorter name on your PC.  This name should end in .Z  
  44.             for uncomp to work as shown above.
  45.  
  46.             
  47.    
  48.  
  49.  
  50.  
  51.  
  52.  III) PCbridge files
  53.  
  54.             readme.pcbridge.doc     General information on PCbridge
  55.             pcbridge*.tar.Z         Files matching this spec are a PCbridge
  56.                                     archive.  The file name also contains
  57.                                     numbers representing the version
  58.                                     and (optionally) the revision of
  59.                                     the code.  In general you want the
  60.                                     highest version and highest revision
  61.                                     to get the most up-to-date code.
  62.  
  63.             Note that source is not available directly from this
  64.             directory, however, you can get the source if you need
  65.             it.  See the 'readme.1st' for details.
  66.  
  67.     IV) PCroute files
  68.  
  69.             readme.pcroute.doc      General information on PCroute
  70.             pcroute*.tar.Z          Files matching this spec are a PCroute
  71.                                     archive.  The file name also contains
  72.                                     numbers representing the version
  73.                                     and (optionally) the revision of
  74.                                     the code.  In general you want the
  75.                                     highest version and highest revision
  76.                                     to get the most up-to-date code.
  77.  
  78.             Note that source is not available directly from this
  79.             directory, however, you can get the source if you need
  80.             it.  See the 'readme.1st' for details.
  81.  
  82. ***************************************************************************
  83. In addition to the above files, there are also two subdirectories
  84. in
  85. the pcroute archive directory.  They are:
  86.  
  87.  
  88.     exp         Contains experimental code.  This includes beta
  89.                 test versions as well who knows what.   Things that
  90.                 are beta test versions are usually pretty solid,
  91.                 anything else, though is probably not worth getting
  92.                 unless you are working we me on something.  
  93.  
  94.    analyzer     This contains code for a very simple network analyser
  95.                 that runs with the packet driver.  This tool allows
  96.                 you to see the packets going by on your network.
  97.                 It is very useful in debugging network configuration
  98.                 problems.
  99.                                 
  100.                                 
  101.                                 
  102.