CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2006
    Posts
    6

    Question 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

  2. #2
    Join Date
    Oct 2005
    Posts
    166

    Re: Graphical style in Command Prompt

    Check "SetConsoleTextAttribute", it can be used to change text color.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured