home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / kis1193l.zip / INSTALL.CMD < prev    next >
OS/2 REXX Batch file  |  1993-11-26  |  740b  |  17 lines

  1. /* *****************************************************************
  2. *                                                                   *
  3. *  This is the install program for KISOS2 Please be sure to have    *
  4. *  copied all the files into the directory where the flags will be  *
  5. *  located at before running this installation program              *
  6. *                                                                   *
  7. ******************************************************************* */
  8.  
  9. call RxFuncAdd 'SysLoadFuncs','RexxUtil',SysLoadFuncs
  10. Call SysLoadFuncs
  11. BtDrv=FileSpec('drive',value('COMSPEC',,'OS2ENVIRONMENT'))
  12. call SysSetIcon kisos2.exe , "kisos2.ico"
  13. copy vrobj.dll BtDrv||"\os2\dll"
  14. del vrobj.dll
  15. kisinst
  16. exit
  17.