home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if "%1"=="" goto usage
- if "%2"=="" goto usage
- echo.
- echo Now install ...
- echo.
- %2
- if not exist WPS\*.* md WPS > nul
- cd WPS
- %1\DISK1
- copy %1\hdinst.bat > nul
- hdinst %1 %2
- :usage
- echo.
- echo Sample: INSTALL A: C:
- echo or INSTALL B: D:
- :quit
- echo.
-