[BATCH] Color Outputted by Java

Joined
May 17, 2007
Messages
2,468
Reaction score
681
Hey

I've been trying different ways to output colors, via java.

So basically i want to output collors for different types of printing

Eg.

Connection Recieved from 0.0.0.0
(Pending)
Connection Recieved from 255.255.255.255 (Accepted)
[CAUTION] Unhandled packet: 123
[ERROR] Server died wawawaaaaaa :(


If you can help me out thanks :P
Btw this is outputted at the time off neeed, not just when i click batch (like usually colored batch files)
 
in a batch file (not connected to anything) it would just be

{07) text here
or
color07 terxthere

but in java, when you print it, it prints out whats inputted in text or what your type in the area

other than the print, i dont know much about batch files
 
Back