home *** CD-ROM | disk | FTP | other *** search
/ Big Box 200 / BOX200.BIN / start4.bat < prev    next >
Encoding:
DOS Batch File  |  1995-07-17  |  2.1 KB  |  125 lines

  1. @ECHO OFF
  2.  
  3. if "%1"=="" goto ende
  4.  
  5. if "%1"=="1" goto RIMSHOT 
  6. if "%1"=="3" goto RUDY124
  7. if "%1"=="4" goto RUNOFF
  8. if "%1"=="5" goto VEGAS
  9. if "%1"=="6" goto SCORCH
  10. if "%1"=="7" goto SKAT
  11. if "%1"=="8" goto SKULAS
  12. if "%1"=="9" goto SLEUTH41  
  13. if "%1"=="10" goto SLIDDING
  14. if "%1"=="11" goto SLOT
  15. if "%1"=="12" goto SNACKM1
  16. if "%1"=="13" goto SNARF
  17. if "%1"=="16" goto SPILOT1
  18. if "%1"=="17" goto SPINWALL  
  19. if "%1"=="18" goto SQUAREZ  
  20. if "%1"=="30" goto VGALEMMI  
  21.  
  22.  
  23. goto ende
  24.  
  25.         :RIMSHOT
  26.         SET PRG=RIMSHOT.exe
  27.         SET DIR=RIMSHOT
  28.         goto install
  29.  
  30.         :RUDY124
  31.         SET PRG=DR.exe
  32.         SET DIR=RUDY
  33.         goto install
  34.  
  35.         :RUNOFF
  36.         SET PRG=RUNOFF.exe
  37.         SET DIR=RUNOFF
  38.         goto install
  39.  
  40.         :VEGAS
  41.         SET PRG=VEGASPRO.exe
  42.         SET DIR=VEGAS
  43.         goto install
  44.  
  45.         :SCORCH
  46.         SET PRG=SCORCH.exe
  47.         SET DIR=SCORCH
  48.         goto install
  49.  
  50.         :SKAT
  51.         SET PRG=SKAT.exe
  52.         SET DIR=SKAT
  53.         goto install
  54.  
  55.         :SKULAS
  56.         SET PRG=SKULAS.exe
  57.         SET DIR=SKULAS
  58.         goto install
  59.  
  60.         :SLEUTH41
  61.         SET PRG=SLEUTH0.exe
  62.         SET DIR=SLEUTH
  63.         goto install
  64.  
  65.         :SLIDDING
  66.         SET PRG=SLIDE.exe
  67.         SET DIR=SLIDDING
  68.         goto install
  69.  
  70.         :SLOT
  71.         SET PRG=SLOT.exe
  72.         SET DIR=SLOT
  73.         goto install
  74.  
  75.         :SNACKM1
  76.         SET PRG=SNACKMAN.exe
  77.         SET DIR=SNACKM1
  78.         goto install
  79.  
  80.         :SNARF
  81.         SET PRG=SNARF.exe
  82.         SET DIR=SNARF   
  83.         goto install
  84.  
  85.         :SPILOT1
  86.         SET PRG=PILOT.exe
  87.         SET DIR=SPILOT1
  88.         goto install
  89.  
  90.         :SPINWALL
  91.         SET PRG=SPINWALL.exe
  92.         SET DIR=SPINWALL
  93.         goto install
  94.  
  95.         :SQUAREZ
  96.         SET PRG=SQUAREZ.exe
  97.         SET DIR=SQUAREZ
  98.         goto install
  99.  
  100.         :VGALEMMI
  101.         SET PRG=VGALEMMI.exe
  102.         SET DIR=VGALEMMI
  103.         goto install
  104.  
  105.         goto ende
  106.  
  107. :install 
  108.         cd DISK4
  109.         cd %DIR%
  110.         %PRG%
  111.         CD ..
  112.         CD ..
  113. :ende
  114. exit
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.