home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / sirexx.zip / REXXSAMP.ICF < prev    next >
Text File  |  1994-07-25  |  3KB  |  45 lines

  1. ******************************************************************************
  2. * SAMPLE REXXSAMP.ICF                                                        *
  3. *                                                                            *
  4. * ABSTRACT:                                                                  *
  5. * --------                                                                   *
  6. * This file a part of a package made available free to all paying Software   *
  7. * Installer customers.  This package comprises of a .DLL that contains       *
  8. * entry points for the Software Installer functions getvar and putvar.       *
  9. * The package also includes a sample using these functions.                  *
  10. *                                                                            *
  11. * COPYRIGHT:                                                                 *
  12. * ----------                                                                 *
  13. * Copyright (C) International Business Machines Corp., 1991, 1994.           *
  14. *                                                                            *
  15. * DISCLAIMER OF WARRANTIES:                                                  *
  16. * -------------------------                                                  *
  17. * The following [enclosed] code is sample code created by IBM                *
  18. * Corporation.  This sample code is not part of any standard IBM product     *
  19. * and is provided to you solely for the purpose of assisting you in the      *
  20. * development of your applications.  The code is provided "AS IS",           *
  21. * without warranty of any kind.  IBM shall not be liable for any damages     *
  22. * arising out of your use of the sample code, even if they have been         *
  23. * advised of the possibility of such damages.                                *
  24. ******************************************************************************
  25. *!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  26. * Note:                                                                      *
  27. *                                                                            *
  28. * In order for this package to work properly you must rename the             *
  29. * EPFIREXX.DLL to match your prefix.  To rename this .DLL, issue the         *
  30. * command EPFRCOPY EPFIREXX.DLL ABC  where ABC is your 3 letter prefix.      *
  31. * EPFRCOPY.EXE is installed in the C:\IBB\BIN directory when you install     *
  32. * Software Installer.                                                        *
  33. *!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  34. CATALOG
  35.    description = 'This sample shows how to use the REXX putvar and getvar',
  36.    name        = 'REXX Sample'
  37.  
  38. PACKAGE
  39.    name         = 'REXX Sample',
  40.    VRM          = 010000,
  41.    number       = 0000-000,
  42.    feature      = 0001,
  43.    size         = 60000,
  44.    packagefile  = 'DRIVE: rexxsamp.pkg'
  45.