mercredi 26 septembre 2018

windows command skipping problems

I've been writing this code to help manage my emulator roms (and offload them to drives when sharing with friends or on the go) whilst keeping my desktop clean (I know there are better ways but I thought it would be fun). I have isolated the problem to the :GBDBZ section it always skips straight to the pause. it is still in development and I can't seem to work this out any help will be greatly appreciated. (and yes some of the capitalisation sucks

Full Code here https://pastebin.com/DkeAKkkW

Troublesome code here :GBDBZ

cls
Title Dragonball Z
echo Please type the Title For Your Genre
more "%USERPROFILE%\Documents\ROMS\GB\DRAGONBALL Z\Titles.txt"
SET /P Title=:
IF "Title"=="Buu's Fury" GOTO TC1
IF "Title"=="Buus Fury" GOTO TC1
IF "Title"=="buu's fury" GOTO TC1
IF "Title"=="Buu'sFury" GOTO TC1
IF "Title"=="buu'sfury" GOTO TC1
IF "Title"=="buus fury" GOTO TC1
IF "Title"=="Buusfury" GOTO TC1
IF "Title"=="buusfury" GOTO TC1
IF "Title"=="BUU'S FURY" GOTO TC1
IF "Title"=="BUU'SFURY" GOTO TC1
IF "Title"=="BUUS FURY" GOTO TC1
IF "Title"=="BUUSFURY" GOTO TC1
IF "Title"=="Super Sonic Warriors" GOTO TC2
IF "Title"=="SuperSonicWarriors" GOTO TC2
IF "Title"=="super sonic warriors" GOTO TC2
IF "Title"=="supersonicwarrios" GOTO TC2
IF "Title"=="Super Sonic Warriors" GOTO TC2
IF "Title"=="SupersonicWarriors" GOTO TC2
IF "Title"=="Supersonicwarriors" GOTO TC2
IF "Title"=="Taiketsu" GOTO TC3
IF "Title"=="taiketsu" GOTO TC3
IF "Title"=="TAIKETSU" GOTO TC3
IF "Title"=="The Legacy of Goku" GOTO TC4
IF "Title"=="TheLegacyofGoku" GOTO TC4
IF "Title"=="the legacy of goku" GOTO TC4
IF "Title"=="Thelegacyofgoku" GOTO TC4
IF "Title"=="The Legacy Of Goku" GOTO TC4
IF "Title"=="The legacy of goku" GOTO TC4
IF "Title"=="The Legacy of Goku" GOTO TC4
IF "Title"=="THE LEGACY OF GOKU" GOTO TC4
IF "Title"=="THELEGACYOFGOKU" GOTO TC4
IF "Title"=="The Legacy of Goku2" GOTO TC5
IF "Title"=="TheLegacyofGoku2" GOTO TC5
IF "Title"=="the legacy of goku2" GOTO TC5
IF "Title"=="Thelegacyofgoku2" GOTO TC5
IF "Title"=="The Legacy Of Goku2" GOTO TC5
IF "Title"=="The legacy of goku2" GOTO TC5
IF "Title"=="The Legacy of Goku2" GOTO TC5
IF "Title"=="THE LEGACY OF GOKU2" GOTO TC5
IF "Title"=="The Legacy of Goku 2"GOTO TC5
IF "Title"=="TheLegacyofGoku 2" GOTO TC5
IF "Title"=="the legacy of goku 2" GOTO TC5
IF "Title"=="Thelegacyofgoku 2" GOTO TC5
IF "Title"=="The Legacy Of Goku 2" GOTO TC5
IF "Title"=="The legacy of goku 2" GOTO TC5
IF "Title"=="The Legacy of Goku 2" GOTO TC5
IF "Title"=="The Legacy Of Goku 2" GOTO TC5
IF "Title"=="THE LEGACY OF GOKU 2" GOTO TC5
pause

Aucun commentaire:

Enregistrer un commentaire