home *** CD-ROM | disk | FTP | other *** search
- echo Please insert DISK 2 into drive %1 ...
- pause
- echo.
- %1\disk2
- echo Please insert DISK 3 into drive %1 ...
- pause
- echo.
- %1\disk3
- echo Please insert DISK 4 into drive %1 ...
- pause
- echo.
- COPY %1\*.*
- echo Please insert DISK 5 into drive %1 ...
- pause
- echo.
- COPY %1\*.*
- echo Please insert DISK 6 into drive %1 ...
- pause
- echo.
- COPY %1\WBDOT.PS1
- echo Please insert DISK 7 into drive %1 ...
- pause
- echo.
- COPY/B WBDOT.PS1+%1\WBDOT.PS2
- REN WBDOT.PS1 WBDOT
- echo Please insert DISK 8 into drive %1 ...
- pause
- echo.
- COPY %1\LSDOT.PS1
- echo Please insert DISK 9 into drive %1 ...
- pause
- echo.
- COPY/B LSDOT.PS1+%1\LSDOT.PS2
- REN LSDOT.PS1 LSDOT
- echo Please insert DISK 10 into drive %1 ...
- pause
- echo.
- COPY %1\XKDOT.PS1
- echo Please insert DISK 11 into drive %1 ...
- pause
- echo.
- COPY/B XKDOT.PS1+%1\XKDOT.PS2
- REN XKDOT.PS1 XKDOT
- echo Please insert DISK 12 into drive %1 ...
- pause
- echo.
- COPY %1\BSDOT.PS1
- echo Please insert DISK 13 into drive %1 ...
- pause
- echo.
- COPY/B BSDOT.PS1+%1\BSDOT.PS2
- REN BSDOT.PS1 BSDOT
- echo Install OK!
- goto quit
- :usage
- echo.
- echo Sample: INSTALL A: C:
- echo or INSTALL B: D:
- :quit
- echo.