home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
-
- SET DRV=DISK4
- :start
-
- 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=_SLEUTH.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=_SNACKMA.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=_SPINWAL.exe
- SET DIR=SPINWALL
- goto install
-
- :SQUAREZ
- SET PRG=_SQAREZ.exe
- SET DIR=SQUAREZ
- goto install
-
- :VGALEMMI
- SET PRG=_VGALEMM.exe
- SET DIR=VGALEMMI
- goto install
-
- goto ende
-
- :install
- CLS
- ECHO ┌──────────────────────────────────────────────────────────────────┐
- ECHO I N S T A L L A T I O N beginnt
- ECHO Programm %DIR%
- ECHO Zielverzeichnis C:\%DIR%
- ECHO └──────────────────────────────────────────────────────────────────┘
-
- md C:\%DIR%
- cd %DRV%
- copy %PRG% C:\%DIR%
- C:\%DIR%\%PRG% C:\%DIR%
- cd ..
- goto ende
-
-
- :fehler
- cls
- ECHO ┌──────────────────────────────────────────────────────────────────┐
- ECHO │ Bitte Diskette Nr. 4 einlegen │
- ECHO └──────────────────────────────────────────────────────────────────┘
- pause
-
-
- goto start
-
- :ende
- exit
-
-
-
-
-
-
-
-
-
-
-