home *** CD-ROM | disk | FTP | other *** search
- cls
- @echo off
- @echo .
- @echo ╔════════════════════════════════════════╗
- @echo ║ Please enter the letter of the HARD ║
- @echo ║ DRIVE you installed Tank Commander to.║
- @echo ║ C is the most common response: ║
- @echo ║ (C-Z are valid choices) ║
- @echo ╚════════════════════════════════════════╝
- @echo .
- @echo Enter Choice [default=C]:
- @echo Type CTRL-C to exit
- choice /c:cdefghijklmnopqrstuvwxyz /n
- if errorlevel 24 goto dos24
- if errorlevel 23 goto dos23
- if errorlevel 22 goto dos22
- if errorlevel 21 goto dos21
- if errorlevel 20 goto dos20
- if errorlevel 19 goto dos19
- if errorlevel 18 goto dos18
- if errorlevel 17 goto dos17
- if errorlevel 16 goto dos16
- if errorlevel 15 goto dos15
- if errorlevel 14 goto dos14
- if errorlevel 13 goto dos13
- if errorlevel 12 goto dos12
- if errorlevel 11 goto dos11
- if errorlevel 10 goto dos10
- if errorlevel 9 goto dos9
- if errorlevel 8 goto dos8
- if errorlevel 7 goto dos7
- if errorlevel 6 goto dos6
- if errorlevel 5 goto dos5
- if errorlevel 4 goto dos4
- if errorlevel 3 goto dos3
- if errorlevel 2 goto dos2
- if errorlevel 1 goto dos1
-
- :dos24
- Z:
- cd\tankgame
- call tc.bat
- goto end
-
- :dos23
- Y:
- cd\tankgame
- call tc.bat
- goto end
-
- :dos22
- X:
- cd\tankgame
- call tc.bat
- goto end
-
- :dos21
- W:
- cd\tankgame
- call tc.bat
- goto end
-
- :dos20
- V:
- cd\tankgame
- call tc.bat
- goto end
-
- :dos19
- U:
- cd\tankgame
- call tc.bat
- goto end
-
- :dos18
- T:
- cd\tankgame
- call tc.bat
- goto end
-
- :dos17
- S:
- cd\tankgame
- call tc.bat
- goto end
-
- :dos16
- R:
- cd\tankgame
- call tc.bat
- goto end
-
- :dos15
- Q:
- cd\tankgame
- call tc.bat
- goto end
-
- :dos14
- P:
- cd\tankgame
- call tc.bat
- goto end
-
- :dos13
- O:
- cd\tankgame
- call tc.bat
- goto end
-
- :dos12
- N:
- cd\tankgame
- call tc.bat
- goto end
-
- :dos11
- M:
- cd\tankgame
- call tc.bat
- goto end
-
- :dos10
- L:
- cd\tankgame
- call tc.bat
- goto end
-
- :dos9
- K:
- cd\tankgame
- call tc.bat
- goto end
-
- :dos8
- J:
- cd\tankgame
- call tc.bat
- goto end
-
- :dos7
- I:
- cd\tankgame
- call tc.bat
- goto end
-
- :dos6
- H:
- cd\tankgame
- call tc.bat
- goto end
-
- :dos5
- G:
- cd\tankgame
- call tc.bat
- goto end
-
- :dos4
- F:
- cd\tankgame
- call tc.bat
- goto end
-
- :dos3
- E:
- cd\tankgame
- call tc.bat
- goto end
-
- :dos2
- D:
- cd\tankgame
- call tc.bat
- goto end
-
- :dos1
- C:
- cd\tankgame
- call tc.bat
- goto end
-
-
- :end
-