home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
-
- if "%1"=="" goto ende
-
- if "%1"=="1" goto RIMSHOT
- if "%1"=="3" goto RUDY124
- if "%1"=="4" goto RUNOFF
- if "%1"=="5" goto VEGAS
- if "%1"=="6" goto SCORCH
- if "%1"=="7" goto SKAT
- if "%1"=="8" goto SKULAS
- if "%1"=="9" goto SLEUTH41
- if "%1"=="10" goto SLIDDING
- if "%1"=="11" goto SLOT
- if "%1"=="12" goto SNACKM1
- if "%1"=="13" goto SNARF
- if "%1"=="16" goto SPILOT1
- if "%1"=="17" goto SPINWALL
- if "%1"=="18" goto SQUAREZ
- if "%1"=="30" goto VGALEMMI
-
-
- goto ende
-
- :RIMSHOT
- SET PRG=RIMSHOT.exe
- SET DIR=RIMSHOT
- goto install
-
- :RUDY124
- SET PRG=DR.exe
- SET DIR=RUDY
- goto install
-
- :RUNOFF
- SET PRG=RUNOFF.exe
- SET DIR=RUNOFF
- goto install
-
- :VEGAS
- SET PRG=VEGASPRO.exe
- SET DIR=VEGAS
- goto install
-
- :SCORCH
- SET PRG=SCORCH.exe
- SET DIR=SCORCH
- goto install
-
- :SKAT
- SET PRG=SKAT.exe
- SET DIR=SKAT
- goto install
-
- :SKULAS
- SET PRG=SKULAS.exe
- SET DIR=SKULAS
- goto install
-
- :SLEUTH41
- SET PRG=SLEUTH0.exe
- SET DIR=SLEUTH
- goto install
-
- :SLIDDING
- SET PRG=SLIDE.exe
- SET DIR=SLIDDING
- goto install
-
- :SLOT
- SET PRG=SLOT.exe
- SET DIR=SLOT
- goto install
-
- :SNACKM1
- SET PRG=SNACKMAN.exe
- SET DIR=SNACKM1
- goto install
-
- :SNARF
- SET PRG=SNARF.exe
- SET DIR=SNARF
- goto install
-
- :SPILOT1
- SET PRG=PILOT.exe
- SET DIR=SPILOT1
- goto install
-
- :SPINWALL
- SET PRG=SPINWALL.exe
- SET DIR=SPINWALL
- goto install
-
- :SQUAREZ
- SET PRG=SQUAREZ.exe
- SET DIR=SQUAREZ
- goto install
-
- :VGALEMMI
- SET PRG=VGALEMMI.exe
- SET DIR=VGALEMMI
- goto install
-
- goto ende
-
- :install
- cd DISK4
- cd %DIR%
- %PRG%
- CD ..
- CD ..
- :ende
- exit
-
-
-
-
-
-
-
-
-
-
-