[RESOLVED] breaking out the cmd
javac Server.java (compile)
java Server (run it)
it basically listens for incoming connections from clients, etc etc..
my question is, how do I break out of the loop, so i dont have to keep closing the cmd screen and opening a new one?

