I can not find solution (or is too complicated for me to understand), I would like to set variable by input
@echo off
set /p var="Choose (AV, RN or I) : " %=%
echo %var%
If value is one of these three then proceed (I will then use that variable to set path, copy,move,start...), else goto exit.