home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / warp32s.zip / INSTALL.CMD next >
OS/2 REXX Batch file  |  1996-08-16  |  291b  |  13 lines

  1. @echo off
  2. if .%1. == .. goto syntax
  3. attrib -s -h -r %1:\os2krnl
  4. copy %1:\os2krnl %1:\os2krnl.bak
  5. copy c:\temp\os2krnl %1:\
  6. copy c:\temp\vw32s.sys %1:\os2\mdos
  7. echo Installation done.
  8. goto end
  9. :syntax
  10. echo Usage: %0 d
  11. echo Where d is the drive letter of your boot partition.
  12. :end
  13.