home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv1.zip / VACPP / SHRDINST.CMD < prev    next >
OS/2 REXX Batch file  |  1995-05-16  |  1KB  |  17 lines

  1. /*****************************************************************************/
  2. /* IBM(R) VisualAge(TM) C++ for OS/2(R), Version 3                           */
  3. /* (C)Copyright IBM Corp. 1995.                                              */
  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 shared install directory files      */
  15. /********************************************************************/
  16. 'install /A:I /C:'||curdir||'\ibmcpp\shared\vacpp.icf /O:DRIVE /P:"IBM VisualAge C++ for OS/2" /S:'||curdir||'\'
  17.