command « Windows « Java I/O Q&A





1. windows command    coderanch.com

2. Alternate commands in windows 2000    coderanch.com

3. Coloured output in command prompt on windows using java    coderanch.com

JANSI looks promising. Cursory search yields some utilities on the web that add ANSI support to standard Windows consoles, but you'd still have to output proper ANSI codes. JANSI seems to do both for you, without the need to install third-party software on your machines. The only other option I can think of would be to use JNI to call native ...