当使用 echo 时,Windows 会在文本后面添加新行。而有时我们需要不添加新行。

添加新行

echo Test

不添加新行

echo|set /p="Test"