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

  1. @ECHO OFF
  2.  
  3.         SET DRV=DISK4 
  4. :start
  5.  
  6. if "%1"=="" goto ende
  7.  
  8. if "%1"=="1" goto RIMSHOT 
  9. if "%1"=="3" goto RUDY124
  10. if "%1"=="4" goto RUNOFF
  11. if "%1"=="5" goto VEGAS
  12. if "%1"=="6" goto SCORCH
  13. if "%1"=="7" goto SKAT
  14. if "%1"=="8" goto SKULAS
  15. if "%1"=="9" goto SLEUTH41  
  16. if "%1"=="10" goto SLIDDING
  17. if "%1"=="11" goto SLOT
  18. if "%1"=="12" goto SNACKM1
  19. if "%1"=="13" goto SNARF
  20. if "%1"=="16" goto SPILOT1
  21. if "%1"=="17" goto SPINWALL  
  22. if "%1"=="18" goto SQUAREZ  
  23. if "%1"=="30" goto VGALEMMI  
  24.  
  25. goto ende
  26.  
  27.         :RIMSHOT
  28.         SET PRG=_RIMSHOT.exe
  29.         SET DIR=RIMSHOT
  30.         goto install
  31.  
  32.         :RUDY124
  33.         SET PRG=_DR.exe
  34.         SET DIR=RUDY
  35.         goto install
  36.  
  37.         :RUNOFF
  38.         SET PRG=_RUNOFF.exe
  39.         SET DIR=RUNOFF
  40.         goto install
  41.  
  42.         :VEGAS
  43.         SET PRG=_VEGASPRO.exe
  44.         SET DIR=VEGAS
  45.         goto install
  46.  
  47.         :SCORCH
  48.         SET PRG=_SCORCH.exe
  49.         SET DIR=SCORCH
  50.         goto install
  51.  
  52.         :SKAT
  53.         SET PRG=_SKAT.exe
  54.         SET DIR=SKAT
  55.         goto install
  56.  
  57.         :SKULAS
  58.         SET PRG=_SKULAS.exe
  59.         SET DIR=SKULAS
  60.         goto install
  61.  
  62.         :SLEUTH41
  63.         SET PRG=_SLEUTH.exe
  64.         SET DIR=SLEUTH
  65.         goto install
  66.  
  67.         :SLIDDING
  68.         SET PRG=_SLIDE.exe
  69.         SET DIR=SLIDDING
  70.         goto install
  71.  
  72.         :SLOT
  73.         SET PRG=_SLOT.exe
  74.         SET DIR=SLOT
  75.         goto install
  76.  
  77.         :SNACKM1
  78.         SET PRG=_SNACKMA.exe
  79.         SET DIR=SNACKM1
  80.         goto install
  81.  
  82.         :SNARF
  83.         SET PRG=_SNARF.exe
  84.         SET DIR=SNARF   
  85.         goto install
  86.         
  87.         :SPILOT1
  88.         SET PRG=_PILOT.exe
  89.         SET DIR=SPILOT1
  90.         goto install
  91.  
  92.         :SPINWALL
  93.         SET PRG=_SPINWAL.exe
  94.         SET DIR=SPINWALL
  95.         goto install
  96.  
  97.         :SQUAREZ
  98.         SET PRG=_SQAREZ.exe
  99.         SET DIR=SQUAREZ
  100.         goto install
  101.  
  102.         :VGALEMMI
  103.         SET PRG=_VGALEMM.exe
  104.         SET DIR=VGALEMMI
  105.         goto install
  106.  
  107.         goto ende
  108.  
  109. :install 
  110. CLS
  111. ECHO      ┌──────────────────────────────────────────────────────────────────┐
  112. ECHO                        I N S T A L L A T I O N   beginnt                
  113. ECHO             Programm %DIR%                                               
  114. ECHO             Zielverzeichnis C:\%DIR%                                     
  115. ECHO      └──────────────────────────────────────────────────────────────────┘
  116.  
  117.         md C:\%DIR%
  118.         cd %DRV%
  119.         copy %PRG% C:\%DIR% 
  120.         C:\%DIR%\%PRG% C:\%DIR%
  121.         cd ..
  122.         goto ende 
  123.  
  124.  
  125. :fehler
  126. cls
  127. ECHO      ┌──────────────────────────────────────────────────────────────────┐
  128. ECHO      │                  Bitte Diskette Nr. 4 einlegen                   │
  129. ECHO      └──────────────────────────────────────────────────────────────────┘
  130. pause
  131.  
  132.  
  133.         goto start
  134.  
  135. :ende
  136. exit
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.