Thread: running exe file

  1. #1
    Registered User
    Join Date
    Feb 2005
    Posts
    30

    running exe file

    hi,

    one of the functionalities of my program is to open and run other exe files..
    I think I should use the system function but I don't know what to write...

    any thoughts?

  2. #2
    Registered User xxxrugby's Avatar
    Join Date
    Jan 2005
    Posts
    178
    It worked for me on Windows system("path.exe");

    But you should look into FAQ. it's writen there!FAQ
    Last edited by xxxrugby; 04-24-2005 at 02:58 PM.
    Sorry for spelling errors, not English!
    xxxrugby: "All Human Race Will Die From My Hand!"
    xxxrugby: "We are all philosophers, when question is about politics!"

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. Formatting the contents of a text file
    By dagorsul in forum C++ Programming
    Replies: 2
    Last Post: 04-29-2008, 12:36 PM
  3. gcc link external library
    By spank in forum C Programming
    Replies: 6
    Last Post: 08-08-2007, 03:44 PM
  4. running an external exe file
    By cloudy in forum C++ Programming
    Replies: 4
    Last Post: 06-06-2005, 12:55 AM
  5. Possible circular definition with singleton objects
    By techrolla in forum C++ Programming
    Replies: 3
    Last Post: 12-26-2004, 10:46 AM