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

  1. @ECHO OFF
  2.  
  3. if "%1"=="" goto ende
  4. if "%1"=="1" goto PCTRIS 
  5. if "%1"=="2" goto MPEDE14
  6. if "%1"=="3" goto GEMSTO
  7. if "%1"=="4" goto GENESIS
  8. if "%1"=="5" goto GFO
  9. if "%1"=="6" goto GOBMAN
  10. if "%1"=="7" goto GOTCHA6
  11. if "%1"=="8" goto GUESSIT
  12. if "%1"=="9" goto 3DCUBE
  13. if "%1"=="10" goto UNO
  14. if "%1"=="11" goto SKULAS
  15. if "%1"=="12" goto WORDHUNT
  16. if "%1"=="13" goto INVADER
  17. if "%1"=="14" goto ITTYBITT
  18. if "%1"=="15" goto XXIV
  19. if "%1"=="16" goto JUMP
  20. if "%1"=="17" goto KLOTZ1
  21. if "%1"=="18" goto LABY
  22. if "%1"=="21" goto MAGCUBE
  23. if "%1"=="23" goto MARBLE11
  24.  
  25.  
  26. goto ende
  27.  
  28.         :PCTRIS
  29.         SET PRG=PCTRIS.exe
  30.         SET DIR=PCTRIS
  31.         goto install
  32.  
  33.         :MPEDE14
  34.         SET PRG=MPEDE14.exe
  35.         SET DIR=MPEDE14
  36.         goto install
  37.  
  38.         :3DCUBE
  39.         SET PRG=3DCUBE.exe
  40.         SET DIR=3DCUBE
  41.         goto install
  42.  
  43.         :UNO
  44.         SET PRG=UNO.exe
  45.         SET DIR=UNO
  46.         goto install
  47.  
  48.         :SKULAS
  49.         SET PRG=SKULAS.exe
  50.         SET DIR=SKULAS
  51.         goto install
  52.  
  53.         :WORDHUNT
  54.         SET PRG=WORDHUNT.exe
  55.         SET DIR=WORDHUN
  56.         goto install
  57.  
  58.         :XXIV
  59.         SET PRG=XXIV.exe
  60.         SET DIR=XXIV
  61.         goto install
  62.  
  63.         :GEMSTO
  64.         SET PRG=GEMS2.exe
  65.         SET DIR=GEMSTO
  66.         goto install
  67.  
  68.         :GENESIS
  69.         SET PRG=GENESIS.exe
  70.         SET DIR=GENESIS
  71.         goto install
  72.  
  73.         :GFO
  74.         SET PRG=GFO.exe
  75.         SET DIR=GFO
  76.         goto install
  77.  
  78.         :GOBMAN
  79.         SET PRG=GOBMAN.exe
  80.         SET DIR=GOBMAN
  81.         goto install
  82.  
  83.         :GOTCHA6
  84.         SET PRG=GO310.exe
  85.         SET DIR=GOTCHA6
  86.         goto install
  87.  
  88.         :GUESSIT
  89.         SET PRG=GUESSIT.exe
  90.         SET DIR=GUESSIT
  91.         goto install
  92.  
  93.         :INVADER
  94.         SET PRG=CLONINV.exe
  95.         SET DIR=INVADER
  96.         goto install
  97.  
  98.         :ITTYBITT
  99.         SET PRG=MYSTERY.exe
  100.         SET DIR=ITTYBITT
  101.         goto install
  102.  
  103.         :JUMP
  104.         SET PRG=JUMP.exe
  105.         SET DIR=JUMP
  106.         goto install
  107.  
  108.         :KLOTZ1
  109.         SET PRG=KLOTZ.exe
  110.         SET DIR=KLOTZ1
  111.         goto install
  112.  
  113.         :LABY
  114.         SET PRG=LABY.exe
  115.         SET DIR=LABY
  116.         goto install
  117.  
  118.         :LEAPER
  119.         SET PRG=LEAPER.com
  120.         SET DIR=LEAPER
  121.         goto install
  122.  
  123.         :LOOSER
  124.         SET PRG=LOOSER.com
  125.         SET DIR=LOOSER
  126.         goto install
  127.  
  128.         :MAGCUBE
  129.         SET PRG=MQBE11.exe
  130.         SET DIR=MAGCUBE
  131.         goto install
  132.  
  133.         :MAHJONG
  134.         SET PRG=MAHJONGG.exe
  135.         SET DIR=MAHJONG
  136.         goto install
  137.  
  138.         :MARBLE11
  139.         SET PRG=MARBLE.exe
  140.         SET DIR=MARBLE11
  141.         goto install
  142.  
  143.         goto ende
  144.  
  145. :install 
  146.         cd DISK2
  147.         cd %DIR%
  148.         %PRG%
  149.         CD ..
  150.         CD ..
  151. :ende
  152. exit
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.