Graphical style in Command Prompt
Hello,
I'm actually wondering if there is a similar application as Command Prompt (cmd.exe in Windows), but with some cooler (graphical) style?
Something like this:
Image - Example
I was thinking of... maybe something like a skin, then e.g. write myskin.exe xcopy C:\test C:\ in cmd to call the commands in the skin (or window if you like).
But of course, if it exists, the best thing would ofcourse be an .exe file like cmd.exe, but with a graphical style :)
Re: Graphical style in Command Prompt
Check "SetConsoleTextAttribute", it can be used to change text color.