Computing.Net > Forums > Programming > Bind .exe files

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Bind .exe files

Reply to Message Icon

Name: Tasos the Great
Date: February 21, 2008 at 08:29:32 Pacific
OS: Windows XP Home edit
CPU/Ram: 512 MB
Product: SP2
Comment:

It would be very helpful if someone could tell me how to create a program which combines two exe file if I do not have their source code



Sponsored Link
Ads by Google

Response Number 1
Name: tonysathre
Date: February 21, 2008 at 13:32:42 Pacific
Reply:

What do you mean? Do you want to run them at the same time? Could you explain a little better, what your trying to accomplish?


0

Response Number 2
Name: Tasos the Great
Date: February 26, 2008 at 03:17:14 Pacific
Reply:

yes that's exactly what I mean. I would like to run them both at the same time.


0

Response Number 3
Name: tonysathre
Date: February 27, 2008 at 13:09:20 Pacific
Reply:
0

Response Number 4
Name: Tasos the Great
Date: March 1, 2008 at 09:12:36 Pacific
Reply:

Thanks but I would like to know the way to bind two files using C++


0

Response Number 5
Name: klint
Date: March 2, 2008 at 15:50:29 Pacific
Reply:

When you say you want to combine two exe files, do you mean put the two files' entire contents into a single file? Or just create a file that executes the two exes as separate files?

If it's the latter, why don't you just do this:

system("file1.exe");
system("file2.exe");


0

Related Posts

See More



Response Number 6
Name: Tasos the Great
Date: March 3, 2008 at 09:44:16 Pacific
Reply:

I try to create a program which contains both pogram and which is able to execute them both and not a program which executes them as a separate file.


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Bind .exe files

runing .exe file using C++ code www.computing.net/answers/programming/runing-exe-file-using-c-code/5375.html

Tracking .exe files???? www.computing.net/answers/programming/tracking-exe-files/13129.html

how to make exe file www.computing.net/answers/programming/how-to-make-exe-file/439.html