home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / MAKEZIP.ZIP / README.TXT < prev   
Text File  |  1993-09-07  |  2KB  |  56 lines

  1.  
  2.    This utility was written awhile ago, and has been rewritten to try out
  3.    the library by RUNsoft, that works with .ini files. Make sure to read
  4.    the license agreement for the Class library TInit....
  5.  
  6.    Requirements:
  7.  
  8.    CA-Clipper version 5.2 or higher
  9.    OverLay
  10.    Blinker - unless you modify the link script
  11.    Init library - enclosed zipfile
  12.  
  13.    Quick note:
  14.    This is a revision that uses Blinkers swap functions.
  15.    I also have a version that uses Overlay, for the asking...
  16.  
  17.    What it does, is allows a programmer to backup files for any project
  18.    they are working on, and save information on the configuration of the
  19.    project into a ascii file similar to how MS-Windows saves data to run
  20.    itself. The first time that the program executes, it looks for the .ini
  21.    file specified in the source code, and if not located - it will create
  22.    one by default, and bring itself up in edit mode. Once you have saved a
  23.    configuration it is saved to disk. Any other time you desire to edit the
  24.    configuration file, just invoke the utility with a parameter of /E for
  25.    edit, or use your programmers editor to manually edit the config file.
  26.  
  27.    Notes:
  28.  
  29.    There are several types of files that can be specified;
  30.    1)  local file   - file in the current working directory
  31.    2)  remote .obj  - object files not in the present working directory
  32.    3)  remote .lib  - libraries not in the current working directory
  33.  
  34.    Of course you can add other types of remote files, by either placing
  35.    them into one of the remote file specs, or add another field for other
  36.    types of files.
  37.  
  38.    ----------------------------------------------------------------------
  39.    All multi-files must be delimited by use of a comma
  40.  
  41.    Example:
  42.    PRG,H,CH
  43.    C:\LIB\GRUMP.LIB,D:\BLINKER\MINI.LNK
  44.    ----------------------------------------------------------------------
  45.  
  46.                           TRADEMARKS/COPYRIGHTS
  47.  
  48.    Build source code is (c) to Gallagher Computing/Kevin S. Gallagher
  49.    Blinker (c) Blink Inc
  50.    Clipper (c) Computer Associates
  51.    Grump.lib (c) Greg Lief, GrumpFish Inc.
  52.    Overlay (c) SoftDesign
  53.    TiniFile (c) RUNsoft
  54.  
  55.  
  56.