I am currently creating a game and I want it to look really professional but the window name is "Command Prompt" how do I change that?
Best Answer
Just use this line of code to change the title:
TITLE My new window title
Don't forget to check this answer as accepted if it works!