home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional Developers Kit 1992 November / Disc01 / Disc01.mdf / install / callmd.cmd < prev    next >
Encoding:
Text File  |  1992-10-21  |  1.1 KB  |  24 lines

  1. /***********************************************************************
  2.    @ECHO OFF
  3.    ECHO OS/2 Procedures Language 2/REXX not installed.
  4.    ECHO Run Selective Installation from the Setup Folder to
  5.    ECHO install REXX support.
  6.    pause
  7.    exit
  8.  
  9.  ***********************************************************************
  10.  * CALLER                                                              *
  11.  *                                                                     *
  12.  * Purpose: Used to clean up the command line that comes out of ISIT   *
  13.  *          so MKINDSKF does not barf                                  *
  14.  *                                                                     *
  15.  * Parameters: same as MKINDSKF                                        *
  16.  ***********************************************************************
  17.  *                (C) Copyright IBM Corporation 1992                   *
  18.  ***********************************************************************/
  19. parse upper arg BDr CDr junk
  20. /* say 'data file:' BDr
  21.    say ' drive: ' CDr
  22.  */
  23. '@'CDr'\mkindskf' BDr CDr
  24.