Thread: Creating a New console?

  1. #1
    Registered User
    Join Date
    Jan 2006
    Posts
    16

    Creating a New console?

    I was wondering if there was a way to create your own console(Command Prompt), that would do the same things as a regular windows console would. Any points in direction would be appreciated.

    Thanks, rab.

  2. #2
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    Code:
    system("start command");
    Or cmd on Windows XP.
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Profiler Valgrind
    By afflictedd2 in forum C++ Programming
    Replies: 4
    Last Post: 07-18-2008, 09:38 AM
  2. Question about creating console screen buffers
    By Marcos in forum C++ Programming
    Replies: 1
    Last Post: 10-14-2005, 12:57 PM
  3. Full Screen Console
    By St0rmTroop3er in forum C++ Programming
    Replies: 1
    Last Post: 09-26-2005, 09:59 PM
  4. Creating Windows from Console
    By ashu12 in forum Windows Programming
    Replies: 3
    Last Post: 10-21-2002, 05:21 AM
  5. Creating fractals in C++ console mode
    By speedy in forum C++ Programming
    Replies: 2
    Last Post: 10-26-2001, 01:02 PM