@echo off echo this is some message echo another message echo yet another message goto fini :fini echo "Exiting..." exit /b