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

  1. @ECHO OFF
  2.  
  3.         SET DRV=DISK5 
  4. :start
  5.  
  6. if "%1"=="" goto ende
  7.  
  8. if "%1"=="1" goto ALCHEMYS 
  9. if "%1"=="2" goto ASTEROID
  10. if "%1"=="3" goto BANAN
  11. if "%1"=="4" goto BEYOND12
  12. if "%1"=="5" goto BOUNCE
  13. if "%1"=="6" goto CAIRO1
  14. if "%1"=="7" goto CHMPAS12
  15. if "%1"=="8" goto CLASSICD
  16. if "%1"=="9" goto CLOWN11  
  17. if "%1"=="11" goto COMIC1
  18. if "%1"=="12" goto CONTACT
  19. if "%1"=="13" goto DIGGER1
  20. if "%1"=="14" goto DOTROUBL
  21. if "%1"=="15" goto EUROLIGA
  22. if "%1"=="17" goto FLUX11  
  23. if "%1"=="19" goto FRAC  
  24. if "%1"=="30" goto TUNNEL  
  25.  
  26. goto ende
  27.  
  28.         :ALCHEMYS
  29.         SET PRG=_AL.exe
  30.         SET DIR=ALCHEMYS
  31.         goto install
  32.  
  33.         :ASTEROID
  34.         SET PRG=_ASTEREO.exe
  35.         SET DIR=ASTEROID
  36.         goto install
  37.  
  38.         :BANAN
  39.         SET PRG=_BANANOI.exe
  40.         SET DIR=BANAN
  41.         goto install
  42.  
  43.         :BEYOND12
  44.         SET PRG=_BEYOND.exe
  45.         SET DIR=BEYOND12
  46.         goto install
  47.  
  48.         :BOUNCE
  49.         SET PRG=_BALL.exe
  50.         SET DIR=BOUNCE
  51.         goto install
  52.  
  53.         :CAIRO1
  54.         SET PRG=_CAIRO.exe
  55.         SET DIR=CAIRO1
  56.         goto install
  57.  
  58.         :CHMPAS12
  59.         SET PRG=_ASTERIO.exe
  60.         SET DIR=CHMPAS12
  61.         goto install
  62.  
  63.         :CLASSICD
  64.         SET PRG=_POKER.exe
  65.         SET DIR=CLASSICD
  66.         goto install
  67.  
  68.         :CLOWN11
  69.         SET PRG=_CLOWN.exe
  70.         SET DIR=CLOWN11
  71.         goto install
  72.  
  73.         :COMIC1
  74.         SET PRG=_COMIC.exe
  75.         SET DIR=COMIC1
  76.         goto install
  77.  
  78.         :CONTACT
  79.         SET PRG=_CONTACT.exe
  80.         SET DIR=CONTACT
  81.         goto install
  82.  
  83.         :DIGGER1
  84.         SET PRG=_DIGGER.exe
  85.         SET DIR=DIGGER1
  86.         goto install
  87.  
  88.         :DOTROUBL
  89.         SET PRG=_TROUBLE.exe
  90.         SET DIR=DOTROUBL
  91.         goto install
  92.  
  93.         :EUROLIGA
  94.         SET PRG=_EUROLIG.exe
  95.         SET DIR=EUROLIGA
  96.         goto install
  97.  
  98.         :FLUX11
  99.         SET PRG=_FLUX.exe
  100.         SET DIR=FLUX11
  101.         goto install
  102.  
  103.         :FRAC
  104.         SET PRG=_FRAC.exe
  105.         SET DIR=FRAC
  106.         goto install
  107.  
  108.         :TUNNEL
  109.         SET PRG=_TUNNEL.exe
  110.         SET DIR=TUNNEL
  111.         goto install
  112.  
  113.  
  114.         goto ende
  115.  
  116. :install 
  117. CLS
  118. ECHO      ┌──────────────────────────────────────────────────────────────────┐
  119. ECHO                        I N S T A L L A T I O N   beginnt                
  120. ECHO             Programm %DIR%                                               
  121. ECHO             Zielverzeichnis C:\%DIR%                                     
  122. ECHO      └──────────────────────────────────────────────────────────────────┘
  123.  
  124.         md C:\%DIR%
  125.         cd %DRV%
  126.         copy %PRG% C:\%DIR% 
  127.         C:\%DIR%\%PRG% C:\%DIR%
  128.         cd ..
  129.         goto ende 
  130.  
  131. :fehler
  132. cls
  133. ECHO      ┌──────────────────────────────────────────────────────────────────┐
  134. ECHO      │                  Bitte Diskette Nr. 5 einlegen                   │
  135. ECHO      └──────────────────────────────────────────────────────────────────┘
  136. pause
  137.  
  138.  
  139.         goto start
  140.  
  141. :ende
  142. exit
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.