@echo off

rem Declare variables
set hi=Hello
set world=world!

rem Output text to the console
echo %hi% %world%
echo Goodbye world!

pause > pause_msg.txt