home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April (Special)
/
Chip-Special_1997-04_cd.bin
/
spea
/
mercury
/
w3mep326
/
w3mep326.exe
/
rar
/
README.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-10-23
|
2KB
|
65 lines
@echo off
if exist show.exe goto langu
goto ende
:langu
cls
echo.
echo.
echo.
echo.
echo.
echo ╔════════════════════════════════════════════════════════╗
echo ║ ║
echo ║ SPEA Software Installation ║
echo ║ ║
echo ║ in Deutsch - geben Sie ein : D ║
echo ║ in English - please enter : E ║
echo ║ ║
echo ╚════════════════════════════════════════════════════════╝
echo.
frage
if errorlevel 102 goto Eingabe
if errorlevel 101 goto E
if errorlevel 100 goto D
if errorlevel 70 goto Eingabe
if errorlevel 69 goto E
if errorlevel 68 goto D
:EINGABE
cls
echo.
echo.
echo.
echo.
echo.
echo.
echo ╔══════════════════════════════════════════════════════════════════╗
echo ║ ║
echo ║ Keine Sprache gewählt! Taste drücken ║
echo ║ No language selected! Press a key ║
echo ║ ║
echo ╚══════════════════════════════════════════════════════════════════╝
echo.
echo.
echo.
echo.
pause > nul
goto langu
:D
cls
show windows.ger
cls
goto ende
:E
cls
show windows.eng
cls
goto ende
:ende