home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
-
- if "%1"=="" goto ende
-
- if "%1"=="1" goto SUPERFLY
- if "%1"=="2" goto TAIPAN
- if "%1"=="3" goto TEXTRIS
- if "%1"=="4" goto VECTOR5
- if "%1"=="5" goto VEGAS
- if "%1"=="6" goto VLEAP1
- if "%1"=="7" goto WARHEAVE
- if "%1"=="8" goto WILLY
- if "%1"=="9" goto WILSTAR
- if "%1"=="10" goto WORDGRA
- if "%1"=="11" goto WORDWHIZ
- if "%1"=="12" goto WUERFEL
- if "%1"=="30" goto GOTCHA
- goto ende
-
- :SUPERFLY
- SET PRG=FLY.exe
- SET DIR=SUPERFLY
- goto install
-
- :TAIPAN
- SET PRG=TAIPAN2.com
- SET DIR=TAIPAN
- goto install
-
- :TEXTRIS
- SET PRG=TEXTRIS.exe
- SET DIR=TEXTRIS
- goto install
-
- :VECTOR5
- SET PRG=PLAYIT.exe
- SET DIR=VECTOR5
- goto install
-
- :VEGAS
- SET PRG=VEGAS.exe
- SET DIR=VEGAS
- goto install
-
- :VLEAP1
- SET PRG=VLEAPER.exe
- SET DIR=VLEAP1
- goto install
-
- :WARHEAVE
- SET PRG=WAR.exe
- SET DIR=WARHEAVE
- goto install
-
- :WILLY
- SET PRG=WILLY.com
- SET DIR=WILLY
- goto install
-
- :WILSTAR
- SET PRG=SLOTS.exe
- SET DIR=WILSTAR
- goto install
-
- :WORDGRA
- SET PRG=WG286.exe
- SET DIR=WORDGRA
- goto install
-
- :WORDWHIZ
- SET PRG=WORDWHIZ.exe
- SET DIR=WORDWHIZ
- goto install
-
- :WUERFEL
- SET PRG=WUERFEL.exe
- SET DIR=WUERFEL
- goto install
-
- :GOTCHA
- SET PRG=GOTCHA.exe
- SET DIR=GOTCHA
- goto install
-
- goto ende
-
- :install
- cd DISK1
- cd %DIR%
- %PRG%
- CD ..
- CD ..
- :ende
- exit
-
-
-
-
-
-
-
-
-
-
-