This forum is closed. Thank you for your contributions.
When calling up the "goto" command, do not add the colon in the command, but still use it in front of the tag.
ex.
goto test
exit
:test
echo Hi
pause
-{result}-
Hi
Press any key to continue...