home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c162_1 / 1.ddi / INSTALL.DOC < prev    next >
Encoding:
Text File  |  1992-08-29  |  3.3 KB  |  91 lines

  1.  
  2.  
  3.  
  4.       install.doc (c)Copyright Sequiter Software Inc., 1990-1992.
  5.       All rights reserved.
  6.       
  7.       ----------------------------------------------------------
  8.       
  9.          INSTALL.DOC
  10.       
  11.       ----------------------------------------------------------
  12.       
  13.          Instructions for installing CodeBase 4.5 using the 'INSTALL'
  14.       program can be found in the CodeBase 4.5 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 4.5.
  19.       
  20.          You can now install any of the sections of CodeBase 4.5 by
  21.       rerunning the 'INSTALL' program; or by 'UNFOLDING' the files yourself.
  22.       The 'UNFOLD' program is located on the CodeBase 4.5 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.           EXAMPLES.FLD                Example programs.
  44.       
  45.           CPP.FLD                     C++ extension source and headers.
  46.       
  47.           DLL.FLD                     CodeBase Dynamic Link Libraries.
  48.       
  49.           WINDOWS.FLD                 Windows make/project files, libraries
  50.                                       and documentation.
  51.       
  52.           INTERACT.FLD                CodeBase 4.5 Interactive use (DOS     
  53.                                       application).
  54.  
  55.           INTERWIN.FLD                CodeBase 4.5 Interactive use (Windows
  56.  
  57.                                       application).
  58.       
  59.           BORLAND.FLD                 Borland C++ 2.0 and 3.0 compiler files.
  60.       
  61.           TURBOCPP.FLD                Borland Turbo C++ compiler files.
  62.  
  63.           ZORTECH.FLD                 Zortech compiler files.
  64.       
  65.           MSC.FLD                     Microsoft compiler files.
  66.       
  67.           WATCOM.FLD                  Watcom C 386 compiler files.
  68.  
  69.           METAWARE.FLD                MetaWare High C compiler files.
  70.       
  71.           TEST.FLD                    Test code.
  72.       
  73.           PEXAMPLE.FLD                Pascal for Windows examples.
  74.       
  75.           PPAS.FLD                    Pascal for Windows .PAS file.
  76.       
  77.           PDOC.FLD                    Pascal for Windows documentation.
  78.       
  79.           VEXAMPLE.FLD                Visual Basic examples.
  80.       
  81.           VBAS.FLD                    Visual Basic .BAS file.
  82.                                       
  83.           VDOC.FLD                    Visual Basic documentation.
  84.       
  85.           CWEXAMPLE.FLD               CodeWindows examples.
  86.       
  87.           CWSOURCE.FLD                CodeWindows source.
  88.       
  89.           42UPGRAD.FLD                CodeBase 4.2 to 4.5 upgrade utilities.
  90.  
  91.