@echo off
rem =============ʼ=================
color 1a
rem -------ãSet of candidates-------
echo -------ǩTest sign everywhere------
echo ӭ뿼Welcome to enter the examination room

:Ŀ(Subject)
title ѡĿ...Select subjects in ...
echo  ѡĿPlease choose the subject
echo A.ģChinese
echo B.ѧMathematics
echo C.ӢEnglish
set /p "a="
if "%a%"=="a" goto Chinese
if "%a%"=="b" goto Mathematics
if "%a%"=="c" goto English

:Chinese
title ѡУSelect language ...
echo ѡԣPlease choose your language
echo A.ģChinese
echo B.ӢģEnglish
set /p "a="
if "%a%"=="a" goto Chineseopen
if "%a%"=="b" goto Mathematicsopen

:Chineseopen
@start Chinese.bat
exit

:Mathematicsopen
@start ChineseE.bat
exit

:Mathematics
title ѡУSelect language ...
echo ѡԣPlease choose your language
echo A.ģChinese
echo B.ӢģEnglish
set /p "a="
if "%a%"=="a" goto Chineseopen2
if "%a%"=="b" goto Mathematicsopen2

:Chineseopen2
@start Mathematics.bat
exit

:Mathematicsopen2
@start MathematicsE.bat
exit


:English
title ѡУSelect language ...
echo ѡԣPlease choose your language
echo A.ģChinese
echo B.ӢģEnglish
set /p "a="
if "%a%"=="a" goto Chineseopen3
if "%a%"=="b" goto Mathematicsopen3

:Chineseopen3
@start English.bat
exit

:Mathematicsopen3
@start English.bat
exit
