set /P test=type now echo %test%
此代码只是让用户在提示旁边输入.
echo type now set /p test= echo %test%
echo将输出包括换行符的提示,然后你只需使用set / p而不提示.