home *** CD-ROM | disk | FTP | other *** search
/ Media Gallery 1996 January / MG_0196.ISO / spea / install / vega / win / install.bat < prev    next >
DOS Batch File  |  1993-07-28  |  3KB  |  110 lines

  1. @echo off
  2. if exist windows.ger goto langu
  3. cls
  4. echo.
  5. echo.
  6. echo.
  7. echo.
  8. echo.
  9. echo.
  10. echo.
  11. echo.
  12. echo.
  13. echo ╔═════════════════════════════════════════════════════════════════════╗
  14. echo ║                                                                     ║
  15. echo ║   Geben Sie bitte ein - Please enter - Veuillez entrer - Inserire   ║
  16. echo ║                                                                     ║
  17. echo ║                 B:                         A:                       ║
  18. echo ║                 INSTALL                    INSTALL                  ║
  19. echo ║                                                                     ║
  20. echo ╚═════════════════════════════════════════════════════════════════════╝
  21. echo.
  22. echo.
  23. echo.
  24. echo.
  25. goto ende
  26.  
  27. :langu
  28. cls
  29. echo.
  30. echo.
  31. echo.
  32. echo.
  33. echo.
  34. echo          ╔═════════════════════════════════════════════════════════╗
  35. echo          ║                                                         ║
  36. echo          ║         SPEA VIDEOSEVEN Software Installation           ║
  37. echo          ║                                                         ║
  38. echo          ║       in Deutsch  - geben Sie ein   :   d oder   D      ║
  39. echo          ║       in English  - please enter    :   e  or    E      ║
  40. echo          ║       en Français - veuillez entrer :   f  ou    F      ║
  41. echo          ║       in Italiano - inserire        :   i oppure I      ║
  42. echo          ║                                                         ║
  43. echo          ╚═════════════════════════════════════════════════════════╝
  44. echo.
  45. frage
  46.  
  47. if errorlevel 106 goto Eingabe
  48. if errorlevel 105 goto I
  49.  
  50. if errorlevel 103 goto Eingabe
  51. if errorlevel 102 goto F
  52. if errorlevel 101 goto E
  53. if errorlevel 100 goto D
  54.  
  55. if errorlevel 74 goto Eingabe
  56. if errorlevel 73 goto I
  57.  
  58. if errorlevel 71 goto Eingabe
  59. if errorlevel 70 goto F
  60. if errorlevel 69 goto E
  61. if errorlevel 68 goto D
  62.  
  63.  
  64. :EINGABE
  65. cls
  66. echo.
  67. echo.
  68. echo.
  69. echo.
  70. echo.
  71. echo.
  72. echo.
  73. echo.
  74. echo     ╔══════════════════════════════════════════════════════════════════╗
  75. echo     ║                                                                  ║
  76. echo     ║     Keine Sprache gewählt!            Taste drücken              ║
  77. echo     ║     No language selected!             Press a key                ║
  78. echo     ║     Pas de langue sélectionnée!       Appuyer sur une touche     ║
  79. echo     ║     Non è stata scelta una lingua!    Premere un tasto           ║
  80. echo     ║                                                                  ║
  81. echo     ╚══════════════════════════════════════════════════════════════════╝
  82. pause > nul
  83. goto langu
  84.  
  85. :D
  86. cls
  87. show windows.ger
  88. cls
  89. goto ende
  90.  
  91. :E
  92. cls
  93. show windows.eng
  94. cls
  95. goto ende
  96.  
  97. :F
  98. cls
  99. show windows.fra
  100. cls
  101. goto ende
  102.  
  103. :I
  104. cls
  105. show windows.ita
  106. cls
  107. goto ende
  108.  
  109. :ende
  110.