menggemakan baris baru
echo -e "hello\nworld"
Baraz
echo -e "hello\nworld"
echo | set /p="Hello "
echo World
Output> Hello World