Is it possible to create a line break after a set /P
command? I would like the user to be able to type on a new (blank) line instead of next to the existing prompt. For example:
set /P test=type now
echo %test%
This code simply lets the user type next to the prompt.