Recent content by anonymous02

  1. A

    Batch Server Chatroom

    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...
Top