CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2009
    Posts
    19

    Run C++ from with command line

    Hi all. I'm just wondering what the possible commands would be for executing a C++ .exe file, and whether there are specific commands. I'm trying to run it from Java if it makes any difference.

  2. #2
    Join Date
    Apr 1999
    Posts
    27,449

    Re: Run C++ from with command line

    Quote Originally Posted by Singing Boyo View Post
    Hi all. I'm just wondering what the possible commands would be for executing a C++ .exe file,
    There is no such thing as a "C++ exe file". An EXE file knows nothing about what language it was created with.

    So your question really is how to run an executable file from Java. The Java forum is where you should ask.

    Regards,

    Paul McKenzie

  3. #3
    Join Date
    May 2009
    Posts
    19

    Re: Run C++ from with command line

    Hmm... good point... too used to java JAR files that need special commands...

  4. #4
    Join Date
    Jan 2009
    Location
    In the center of the earth
    Posts
    14

    Re: Run C++ from with command line

    This is what I found USING Google.

    http://www.theserverside.com/discuss...thread_id=5899

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