home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- INSTALL.EXE
- echo Please press the letter corresponding to
- echo your CD-ROM drive (D, E, F, and G are
- echo valid drive choices)
- choice /c:defg /n
- if errorlevel 4 goto inst4
- if errorlevel 3 goto inst3
- if errorlevel 2 goto inst2
- if errorlevel 1 goto inst1
-
- :inst1
- echo Please press the letter corresponding to
- echo your hard drive (C, D, E, F and G are
- echo valid drive choices)
- choice /c:cdefg /n
- if errorlevel 5 goto inst10
- if errorlevel 4 goto inst9
- if errorlevel 3 goto inst8
- if errorlevel 2 goto inst7
- if errorlevel 1 goto inst6
-
- :inst6
-
- copy dinstall.bat c:\flash\flash.bat
-
- c:
- goto end
-
- :inst7
- copy dinstall.bat d:\flash\flash.bat
-
- d:
- goto end
-
- :inst8
- copy dinstall.bat e:\flash\flash.bat
-
- e:
- goto end
-
- :inst9
- copy dinstall.bat f:\flash\flash.bat
-
- f:
- goto end
-
- :inst10
- copy dinstall.bat g:\flash\flash.bat
-
- g:
- goto end
-
- :inst2
- echo Please press the letter corresponding to
- echo your hard drive (C, D, E, F and G are
- echo valid choices)
- choice /c:cdefg /n
- if errorlevel 5 goto inst10
- if errorlevel 4 goto inst9
- if errorlevel 3 goto inst8
- if errorlevel 2 goto inst7
- if errorlevel 1 goto inst6
-
- :inst6
- copy einstall.bat c:\flash\flash.bat
-
- c:
- goto end
-
- :inst7
- copy einstall.bat d:\flash\flash.bat
-
- d:
- goto end
-
- :inst8
- copy einstall.bat e:\flash\flash.bat
-
- e:
- goto end
-
- :inst9
- copy einstall.bat f:\flash\flash.bat
-
- f:
- goto end
-
- :inst10
- copy einstall.bat g:\flash\flash.bat
-
- g:
- goto end
-
- :inst3
- echo Please enter the letter corresponding
- echo to your hard drive (C, D, E, F and G
- echo are valid choices)
- choices /c:cdefg /n
- if errorlevel 5 goto inst10
- if errorlevel 4 goto inst9
- if errorlevel 3 goto inst8
- if errorlevel 2 goto inst7
- if errorlevel 1 goto inst6
-
- :inst6
- copy finstall.bat c:\flash\flash.bat
-
- c:
- goto end
-
- :inst7
- copy finstall.bat d:\flash\flash.bat
-
- d:
- goto end
-
- :inst8
- copy finstall.bat e:\flash\flash.bat
-
- e:
- goto end
-
- :inst9
- copy finstall.bat f:\flash\flash.bat
-
- f:
- goto end
-
- :inst10
- copy finstall.bat g:\flash\flash.bat
-
- g:
- goto end
-
- :inst4
- echo Please enter the letter corresponding
- echo to your hard drive (C, D, E, F and G
- echo are valid choices)
- choices /c:cdefg /n
- if errorlevel 5 goto inst10
- if errorlevel 4 goto inst9
- if errorlevel 3 goto inst8
- if errorlevel 2 goto inst7
- if errorlevel 1 goto inst6
-
- :inst6
- copy ginstall.bat c:\flash\flash.bat
-
- c:
- goto end
-
- :inst7
- copy ginstall.bat d:\flash\flash.bat
-
- d:
- goto end
-
- :inst8
- copy ginstall.bat e:\flash\flash.bat
-
- e:
- goto end
-
- :inst9
- copy ginstall.bat f:\flash\flash.bat
-
- f:
- goto end
-
- :inst10
- copy ginstall.bat g:\flash\flash.bat
-
- g:
- goto end
-
- :end
-