home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / viscobv1.zip / install.cmd < prev    next >
OS/2 REXX Batch file  |  1998-04-28  |  1KB  |  17 lines

  1. /*****************************************************************************/
  2. /* IBM(R) VisualAge(TM) COBOL Enterprise for OS/2(R), Version 2.2            */
  3. /* (C)Copyright IBM Corp. 1998.                                              */
  4. /* - Licensed Material - Program-Property of IBM - All Rights Reserved       */
  5. /*****************************************************************************/
  6. /********************************************************************/
  7. /* Get the current directory                                        */
  8. /********************************************************************/
  9. "@echo off"
  10. curdir = directory()
  11. curdir = STRIP(curdir, 'T', '\')
  12.  
  13. /********************************************************************/
  14. /* Call install pointing to the basic install directory files      */
  15. /********************************************************************/
  16. 'install2 /C:'||curdir||'\ibmcobol.icf /O:DRIVE /P:"VisualAge COBOL Enterprise for OS/2, 60 Day Trial" /S:'||curdir||'\'
  17.