First post, by netolk
Hi there, I has maked a Menu in Bat. When I try to run it in DOSBOX it jams. Can Anybody tell me why?
this is the code
@ECHO offcls:startECHO.ECHO.ECHO 1.LemmingsECHO.ECHO 2.PacmanECHO.ECHO 3.PrehistorikECHO.ECHO 4.Prehistorik2ECHO.ECHO 5.ExitECHO.set choice=set /p choice=Type the number to print text.if not '%choice%'=='' set choice=%choice:~0,1%if '%choice%'=='1' goto Lemmingsif '%choice%'=='2' goto Pacmanif '%choice%'=='3' goto Prehistorikif '%choice%'=='4' goto Prehistorik2if '%choice%'=='5' goto ExitECHO "%choice%" is not valid please try againECHO.goto start:Lemmingscd Lemmingslemvga.comcd ..Menu.batgoto end:Pacmancd pacmanpacpc2.execd ..Menu.batgoto end:Prehistorikcd prehistorikhistorik.execd..Menu.batgoto end:Prehistorik2cd prehistorik2pre2.execd..menu.batgoto end:Exitexitgoto end:end
grtz. netolk