home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: WPS_PM / WPS_PM.zip / SHTDOWNB.ZIP / INSTALL.CMD < prev    next >
OS/2 REXX Batch file  |  1992-07-01  |  346b  |  12 lines

  1. /* This is a Rexx Command File to Install MiniApp System Shutdown*/
  2. 'echo off'
  3. call RxFuncAdd SysLoadFuncs, RexxUtil, SysLoadFuncs
  4. call SysLoadFuncs
  5. call sysmkdir "c:\miniapp"
  6. call sysmkdir "c:\miniapp\shutdown"
  7. 'copy %1\!icon.ico c:\miniapp\shutdown\!icon.ico'
  8. 'copy %1\shutdown.exe c:\miniapp\shutdown\shutdown.exe'
  9. 'instobj.exe'
  10.  
  11.  
  12.