home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c162_2 / 1.ddi / INSTALL.DOC < prev    next >
Encoding:
Text File  |  1993-01-15  |  3.2 KB  |  86 lines

  1.  
  2.  
  3.  
  4.       install.doc (c)Copyright Sequiter Software Inc., 1992-1993.
  5.       All rights reserved.
  6.       
  7.       ----------------------------------------------------------
  8.       
  9.          INSTALL.DOC
  10.       
  11.       ----------------------------------------------------------
  12.       
  13.          Instructions for installing CodeBase 5.0 using the 'INSTALL'
  14.       program can be found in the CodeBase 5.0 User's manual.
  15.       
  16.          The file 'INSTALL.RPT' located on the root directory contains a
  17.       summary of the installation procedure.  You may delete this file
  18.       if you wish as it is not necessary to the operation of CodeBase 5.0.
  19.       
  20.          You can now install any of the sections of CodeBase 5.0 by
  21.       rerunning the 'INSTALL' program; or by 'UNFOLDING' the files yourself.
  22.       The 'UNFOLD' program is located on the CodeBase 5.0 diskette and 
  23.       is never installed.  The folded files are all files with a '.FLD' 
  24.       extension and may be unfolded by the command:
  25.       
  26.               UNFOLD <filename.fld> <destination path>
  27.       
  28.           Example:
  29.       
  30.                  MKDIR \SOURCE
  31.                  B:\UNFOLD B:\SOURCE.FLD \SOURCE
  32.       
  33.           This will unfold the file SOURCE.FLD from floppy diskette B:
  34.           into the directory \SOURCE on the current drive.
  35.       
  36.       
  37.           Filename                   Purpose
  38.       
  39.           INCLUDE.FLD                 Include header files.
  40.       
  41.           SOURCE.FLD                  Source code.
  42.       
  43.           DLL.FLD                     CodeBase Dynamic Link Libraries.
  44.       
  45.           EXAMPLES.FLD                Example programs.
  46.  
  47.           MANUAL.FLD                  User's Guide example programs.
  48.       
  49.           CID.FLD                     CodeBase 5.0 Interactive use (DOS     
  50.                                       application).
  51.  
  52.           BOR31.FLD                   Borland C++ 2.0, 3.0 and 3.1 compiler
  53.                                       files.  Also contains support for
  54.                                       Borland ObjectWindows.
  55.       
  56.  
  57.           MSC7.FLD                    Microsoft compiler files.
  58.       
  59.           TCPP31.FLD                  Borland Turbo C++ compiler files.
  60.  
  61.           ZCPP3.FLD                   Zortech compiler files.
  62.       
  63.           WATCOM9.FLD                 Watcom C 386 compiler files.
  64.  
  65.           META3.FLD                   MetaWare High C compiler files.
  66.       
  67.           TEST.FLD                    Test code.
  68.  
  69.           CREP_FOX.FLD                CodeReporter executable ( Foxpro     
  70.                                       support )   
  71.  
  72.           CREP_MDX.FLD                CodeReporter executable ( dBASE IV   
  73.                                       support )   
  74.  
  75.           CREP_CLI.FLD                CodeReporter executable ( Clipper    
  76.                                       support )   
  77.  
  78.           CREP_NDX.FLD                CodeReporter executable ( dBASE III  
  79.                                       support )   
  80.  
  81.           CODEREP.FLD                 CodeReporter auxilliary files.
  82.  
  83.           45UPGRAD.FLD                CodeBase 4.5 to 5.0 upgrade utilities.
  84.  
  85.       -------------------  END  ---------------------
  86.