Thread: Start a file

  1. #1
    Registered User
    Join Date
    Apr 2004
    Posts
    9

    Start a file

    Hello People,

    I must start a file from de appilication path from the program
    that I have maded it's like this:


    system ("test.exe")

    but is doesn't work can somebody help me please


    Greatz Cyberbjorn

  2. #2
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  3. #3
    Intmainer
    Join Date
    May 2004
    Posts
    7
    Look...if you know basic dos that is easy...the way would be this

    system("start test.exe");

    it is pretty simple, you can call even the program you are running...which can be a I am sillyI am sillyI am sillyI am sillyI am silly sometimes...because there is no way of stoping them...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Post...
    By maxorator in forum C++ Programming
    Replies: 12
    Last Post: 10-11-2005, 08:39 AM
  2. Replies: 3
    Last Post: 03-04-2005, 02:46 PM
  3. Possible circular definition with singleton objects
    By techrolla in forum C++ Programming
    Replies: 3
    Last Post: 12-26-2004, 10:46 AM
  4. System
    By drdroid in forum C++ Programming
    Replies: 3
    Last Post: 06-28-2002, 10:12 PM
  5. Need a suggestion on a school project..
    By Screwz Luse in forum C Programming
    Replies: 5
    Last Post: 11-27-2001, 02:58 AM