home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 18 / 18.iso / w / w412 / 1.ddi / INSTALL.BAT < prev   
Encoding:
DOS Batch File  |  1992-01-16  |  293 b   |  20 lines

  1. echo off
  2. cls
  3. if "%1"=="" goto usage
  4. if "%2"=="" goto usage
  5. echo.
  6. echo Now install ...
  7. echo.
  8. %2
  9. if not exist WPS\*.* md WPS > nul
  10. cd WPS
  11. %1\DISK1
  12. copy %1\hdinst.bat > nul
  13. hdinst %1 %2
  14. :usage
  15. echo.
  16. echo      Sample:  INSTALL A: C:
  17. echo           or  INSTALL B: D:
  18. :quit
  19. echo.
  20.