home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Game Busters 3
/
PGB3.ISO
/
menu.bat
Wrap
DOS Batch File
|
1994-09-07
|
420b
|
26 lines
@echo off
cls
if "%TEMP%"=="" SET TEMP=C:\
cd __DATA
CHLANG
cd..
if errorlevel 6 goto quit
if errorlevel 5 goto m_vlaams
if errorlevel 4 goto m_engels
if errorlevel 3 goto m_duits
if errorlevel 2 goto m_frans
if errorlevel 1 goto m_vlaams
if errorlevel 0 goto quit
:m_vlaams
\__DATA\menu1
goto quit
:m_frans
\__DATA\menu2
goto quit
:m_duits
\__DATA\menu3
goto quit
:m_engels
\__DATA\menu4
:quit