home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
-
- if "%1"=="" goto ende
- if "%1"=="1" goto PCTRIS
- if "%1"=="2" goto MPEDE14
- if "%1"=="3" goto GEMSTO
- if "%1"=="4" goto GENESIS
- if "%1"=="5" goto GFO
- if "%1"=="6" goto GOBMAN
- if "%1"=="7" goto GOTCHA6
- if "%1"=="8" goto GUESSIT
- if "%1"=="9" goto 3DCUBE
- if "%1"=="10" goto UNO
- if "%1"=="11" goto SKULAS
- if "%1"=="12" goto WORDHUNT
- if "%1"=="13" goto INVADER
- if "%1"=="14" goto ITTYBITT
- if "%1"=="15" goto XXIV
- if "%1"=="16" goto JUMP
- if "%1"=="17" goto KLOTZ1
- if "%1"=="18" goto LABY
- if "%1"=="21" goto MAGCUBE
- if "%1"=="23" goto MARBLE11
-
-
- goto ende
-
- :PCTRIS
- SET PRG=PCTRIS.exe
- SET DIR=PCTRIS
- goto install
-
- :MPEDE14
- SET PRG=MPEDE14.exe
- SET DIR=MPEDE14
- goto install
-
- :3DCUBE
- SET PRG=3DCUBE.exe
- SET DIR=3DCUBE
- goto install
-
- :UNO
- SET PRG=UNO.exe
- SET DIR=UNO
- goto install
-
- :SKULAS
- SET PRG=SKULAS.exe
- SET DIR=SKULAS
- goto install
-
- :WORDHUNT
- SET PRG=WORDHUNT.exe
- SET DIR=WORDHUN
- goto install
-
- :XXIV
- SET PRG=XXIV.exe
- SET DIR=XXIV
- goto install
-
- :GEMSTO
- SET PRG=GEMS2.exe
- SET DIR=GEMSTO
- goto install
-
- :GENESIS
- SET PRG=GENESIS.exe
- SET DIR=GENESIS
- goto install
-
- :GFO
- SET PRG=GFO.exe
- SET DIR=GFO
- goto install
-
- :GOBMAN
- SET PRG=GOBMAN.exe
- SET DIR=GOBMAN
- goto install
-
- :GOTCHA6
- SET PRG=GO310.exe
- SET DIR=GOTCHA6
- goto install
-
- :GUESSIT
- SET PRG=GUESSIT.exe
- SET DIR=GUESSIT
- goto install
-
- :INVADER
- SET PRG=CLONINV.exe
- SET DIR=INVADER
- goto install
-
- :ITTYBITT
- SET PRG=MYSTERY.exe
- SET DIR=ITTYBITT
- goto install
-
- :JUMP
- SET PRG=JUMP.exe
- SET DIR=JUMP
- goto install
-
- :KLOTZ1
- SET PRG=KLOTZ.exe
- SET DIR=KLOTZ1
- goto install
-
- :LABY
- SET PRG=LABY.exe
- SET DIR=LABY
- goto install
-
- :LEAPER
- SET PRG=LEAPER.com
- SET DIR=LEAPER
- goto install
-
- :LOOSER
- SET PRG=LOOSER.com
- SET DIR=LOOSER
- goto install
-
- :MAGCUBE
- SET PRG=MQBE11.exe
- SET DIR=MAGCUBE
- goto install
-
- :MAHJONG
- SET PRG=MAHJONGG.exe
- SET DIR=MAHJONG
- goto install
-
- :MARBLE11
- SET PRG=MARBLE.exe
- SET DIR=MARBLE11
- goto install
-
- goto ende
-
- :install
- cd DISK2
- cd %DIR%
- %PRG%
- CD ..
- CD ..
- :ende
- exit
-
-
-
-
-
-
-
-
-
-
-