This is what I have so far
@echo off :Ask echo Would you like to use developer mode?(Y/N) set INPUT= set /P INPUT=Type input: %=% If %INPUT%==\"y\" goto yes
i just do :
set /p input= yes or no if %input%==yes echo you clicked yes if %input%==no echo you clicked no pause