Ok, it's been a little while since I've worked with batch files so I'll admit I'm a little rusty. I'm familiar with getting and input and using it as variable and I know how to use the IF command, just having a little trouble figuring (remembering) the best way to use it. Basically what I want to do is have the user input a number and if that number is one of about 18 different numbers continue to another part of the file and if it is not one of those then continue to a different part.
My question is, do I need to make 18 different IF statements or is there a way to compare all of them with one statement?