Hello i made some few changes to your code by adding "echo" to it here is an example of what it really looks like here
@echo off
title Team chat
color 4f
echo ==============BROSCHAT===============
set /p newname="Enter new username:"
if "%newname%"=="%newname%" goto inputname
:inputname
echo...