home *** CD-ROM | disk | FTP | other *** search
- /***********************************************************************
- @ECHO OFF
- ECHO OS/2 Procedures Language 2/REXX not installed.
- ECHO Run Selective Installation from the Setup Folder to
- ECHO install REXX support.
- pause
- exit
-
- ***********************************************************************
- * CALLER *
- * *
- * Purpose: Used to clean up the command line that comes out of ISIT *
- * so MKINDSKF does not barf *
- * *
- * Parameters: same as MKINDSKF *
- ***********************************************************************
- * (C) Copyright IBM Corporation 1992 *
- ***********************************************************************/
- parse upper arg BDr CDr junk
- /* say 'data file:' BDr
- say ' drive: ' CDr
- */
- '@'CDr'\mkindskf' BDr CDr
-