Thread: Opening Apps in C

  1. #1
    Registered User
    Join Date
    Mar 2002
    Posts
    27

    Thumbs up Opening Apps in C

    Hey, do you know if it's possible to open an application from from an application you have made with C, and it just be a DOS program that you made, not windows?

  2. #2
    JagWire
    Guest
    I'm not sure if you want to do it in pure dos, or just dos inside windows. In pure dos, I'm not sure its possible but if its just a command prompt inside windows look up the CreateThread() function. Cheers.

  3. #3
    Registered User
    Join Date
    Mar 2002
    Posts
    27
    Thanks!

  4. #4
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    Or you could just read the FAQ...

    Quzah.
    Hope is the first step on the road to disappointment.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. opening empty file causes access violation
    By trevordunstan in forum C Programming
    Replies: 10
    Last Post: 10-21-2008, 11:19 PM
  2. Apps opening jpeg
    By stevesmithx in forum Tech Board
    Replies: 13
    Last Post: 04-15-2008, 08:47 AM
  3. Windows apps verses Console apps
    By nano78 in forum Windows Programming
    Replies: 8
    Last Post: 09-22-2007, 03:41 AM
  4. need help with file opening errors
    By lld4rkll in forum C++ Programming
    Replies: 6
    Last Post: 07-13-2006, 06:20 AM
  5. Beginner on Win32 apps, lame question.
    By Templario in forum C Programming
    Replies: 3
    Last Post: 11-06-2002, 08:39 PM