you could use a carriage return character `'\r'`
you could use a carriage return character
'\r''\r'/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"/a/a"numerical expression that is evaluated"/p<scriptname> "directory"for /f %%A in ('copy /Z "%~dpf0" nul') do set "CR=%%A"
<nul set /p "=Loading (!load!)"SET /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
)