home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- REM test for correct parameter
- if %1 == 3 goto 3disk
- if %1 == 5 goto 5disk
-
- echo You must type "INSTALL 3" or "INSTALL 5"
- goto End
-
- REM set up for 3.50 720K installation and jump to that on hard disk
- :3disk
- copy 3install.bat c:\
- c:
- cd\
- 3install c
-
- REM set up for 5.25 360K installation and jump to that on hard disk
- :5disk
- copy 5install.bat c:\
- c:
- cd\
- 5install c
-
- :End
- echo Installation halted, please try again