if %input%==0 || 1 || 2 || 3 || 4 || 5 || 6 || 7 || 8 || 9 || "A" || "B" || "C" || "D" || "E" || "F" goto Text
I tried using this line so that if %input% was 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E, or F it would goto :Text but it just closes the prompt (there's nothing after it). How can i get this to do what i want it to do?