/a is an option. you are probably talking about the use of /a with the set command."numerical expression that is evaluated"set is /p and /a,
<scriptname> "directory"for or with jump labels in batchchoice /c mws./a/a"numerical expression that is evaluated"/p<scriptname> "directory"choice /c mws:loop
rem do something...
goto loopchoice /c:AB /n > nul 2>&1SET /A abc=5if %variable% == 1 set variable2=89set a = 1
echo %a% [Not work!!!]
echo %a % [Output is going to be" 1"]for /f "delims=" %%# in ('dir /s /b /ad "YOUR DIRECTORY"') do (
findstr /c:"%*" "%%#\*" 2>nul
)