home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / w017ast.zip / W017AST.DSK / INSTALL.CMD < prev    next >
OS/2 REXX Batch file  |  1995-05-31  |  487b  |  18 lines

  1. @echo off
  2. if %instdrive%x==x goto setenv
  3. goto start
  4. :setenv
  5. set instdrive=a:
  6. :start
  7. @echo               Installing Allstrict Debug Kernel
  8. @echo The install assumes you are running this from the drive on which OS/2
  9. @echo is installed, e.g. [c:\]%instdrive%install
  10. @pause Hit Ctr-C to abort installation
  11. %instdrive%\unzip -d -o %instdrive%astrsym.zip
  12. attrib -H -R -S os2krnl
  13. @echo on
  14. ren os2krnl os2krnl.ndb
  15. copy os2krnld os2krnl
  16. copy os2krnld.sym os2krnl.sym
  17. dir os2k*.*
  18.