I need to create this program for class. I'm not looking for the answer. I'm simply confused on how to create a batch file where I input a number and it gives me an option. Would I use the IF command if so how would I do it. My teacher is awful and he doesn't explain anything.
Here is what I got so far
@ECHO OFF
ECHO This BAT file will display the symbol of your choice
Echo.
ECHO 1. Stars
ECHO 2. Dollars
ECHO 3. Pluses
ECHO e. Exit Program
ECHO.
ECHO Enter your choice (1, 2, 3, e)
IF
PAUSE