home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac_os2 / dscopy.zip / DSCOPY.ICF < prev    next >
Text File  |  1994-04-22  |  2KB  |  45 lines

  1. *********************************************************************
  2. *                     DSCOPY INSTALLATION                           *
  3. *    (C) COPYRIGHT SPITFIRE SOFTWARE 1994. ALL RIGHTS RESERVED.     *
  4. *       LICENSED MATERIALS - PROPERTY OF SPITFIRE SOFTWARE          *
  5. *********************************************************************
  6.  
  7. * Define the catalog.
  8.  
  9. CATALOG
  10.    * Define a user-friendly name for the catalog.
  11.    NAME         = 'Date Stamp Copy',
  12.    * Define a description of the catalog
  13.    DESCRIPTION  = 'Date Stamp Copy sychronizes two directories such that
  14.                    both contain the latest version of a file. It includes
  15.                    both PM and command line versions for OS/2.'
  16.  
  17. * Define the package.
  18. * There can be one or more PACKAGE entries in each catalog file.
  19. * In this sample there is one for the Pricing System package and
  20. * one for the Inventory Control System.
  21.  
  22. PACKAGE
  23.    * Define a name for the package.  This is the
  24.    * name that appears in the catalog list.
  25.    NAME         = 'Date Stamp Copy',
  26.    * Define the product number of the files in the package.
  27.    NUMBER       = 'SFS00021',
  28.    * Define the version(01), release(01), and modification
  29.    * number(00) of the files in the package.
  30.    VRM          = '030100',
  31.    * Define the feature number of the files in the package.
  32.    FEATURE      = '000001',
  33.    * Define the source location of the files.
  34.    HOSTLOC      = 'DRIVE:',
  35.    * Define the name of the package file.
  36.    PACKAGEFILE  = 'DRIVE: DSCOPY.PKG',
  37.    * Define the name of the description file.
  38.    PKGDESCRFILE = 'DRIVE: DSCOPY.DSC',
  39.    * Define the amount of disk space required to install
  40.    * this package on the user's workstation.
  41.    SIZE         = '500000'
  42.  
  43.  
  44. * End of SUPERMKT.ICF catalog file
  45.