|
-
May 28th, 2009, 06:11 PM
#1
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.
-
May 28th, 2009, 08:54 PM
#2
Re: Run C++ from with command line
 Originally Posted by Singing Boyo
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
-
May 28th, 2009, 11:09 PM
#3
Re: Run C++ from with command line
Hmm... good point... too used to java JAR files that need special commands...
-
May 28th, 2009, 11:52 PM
#4
Re: Run C++ from with command line
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|