First post, by acoolguy
- Rank
- Newbie
Ok guys i have this menu i made in dos for dosbox now the issue is
it wont do anything at all on the last choice (K) no error messages or anything
everything else works fine with no errors at all.
Any help please ?
:startecho offclsecho 0) Exit.echo A) Play Little Devil With Health Cheat.echo B) Play Little Devil With No Cheats.echo C) Play Crystal Maze.echo D) Play Dizzy Fantasy World.echo E) Play Dizzy Magicland.echo F) Play Dizzy Prince Of The Yolkfolk.echo G) Play Dizzy Fastfood.echo H) Play Dizzy Kwik Snax.echo I) Play Dizzy Bubble.echo J) Play Dizzy Fantastic.echo K) Play The 7th Guest.CHOICE /N /C:0ABCDEFGHIJK Choose a option.IF ERRORLEVEL == 12 GOTO guestIF ERRORLEVEL == 11 GOTO dizIF ERRORLEVEL == 10 GOTO bubdizIF ERRORLEVEL == 9 GOTO ksdizIF ERRORLEVEL == 8 GOTO ffdizIF ERRORLEVEL == 7 GOTO podizIF ERRORLEVEL == 6 GOTO mdizIF ERRORLEVEL == 5 GOTO fdizIF ERRORLEVEL == 4 GOTO cmazeIF ERRORLEVEL == 3 GOTO divil2IF ERRORLEVEL == 2 GOTO divil1GOTO quit:divil1cd C:\DIVILdivil.exeGOTO start:divil2cd C:\DIVILdivil1.exeGOTO start:cmazecd C:\Crystalcmaze.exeGOTO start:fdizCD C:\DIZZYdizzy3.exeGOTO start:mdizCD C:\DIZZYdizzy4.exeGOTO start
:podizCD C:\DIZZYdizzy6.exeGOTO start:ffdizCD C:\DIZZYdizzy10.exeGOTO start:ksdizCD C:\DIZZYdizzy11.exeGOTO start:bubdizCD C:\DIZZY\Bubblebubble.exeGOTO start:dizCD C:\DIZZY\FANTpcdizzy.exeGOTO start:guestecho The 7th Guestimgmount d c:\t7g_1.iso c:\t7g_2.iso -t cdromcd C;\t7gt7g.batGOTO start:quitEXIT