Is it possible to create a line break after the set /P command? I would like the user to be able to type a new (empty) line, and not next to the existing tooltip. For example:
set /P test=type now echo %test%
This code simply allows the user to enter next to the invitation.
windows newline batch-file user-input line-breaks
EpicCyndaquil
source share