home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s205 / 1.ddi / INSTALL.BAT < prev   
Encoding:
DOS Batch File  |  1992-07-03  |  220 b   |  16 lines

  1. @echo off
  2. if "%1"=="" goto bad
  3. %1
  4. cd\
  5. restore a: %1/s
  6. cd palasm
  7. echo Exploding files ,this may take a while.
  8. palasm4 -d >nul:
  9. del palasm4.exe
  10. goto done
  11. :bad
  12. echo Usage: A:INSTALL driverID:
  13. pause
  14. cls
  15. :done
  16.