Question:
how can i bind (combine or mix ) two files ?
Schozab _
2008-03-13 05:24:12 UTC
How can i combine two file together , and get one file as result ?
one file type is JPG and One is EXE.
i want to ask how and from which software i can combine both in such a way that on front end JPG is run and on back end EXE.

Thanks
Three answers:
2008-03-13 05:28:57 UTC
download exe binder form teh site below

http://darfuns.net

or try

http://www.google.com/custom?q=exe+binder+file+joiner+software&client=pub-8124638089754170&forid=1&channel=5368812761&ie=ISO-8859-1&oe=ISO-8859-1&safe=active&cof=GALT%3A%23008000%3BGL%3A1%3BDIV%3A%23336699%3BVLC%3A663399%3BAH%3Acenter%3BBGC%3AFFFFFF%3BLBGC%3A336699%3BALC%3A0000FF%3BLC%3A0000FF%3BT%3A000000%3BGFNT%3A0000FF%3BGIMP%3A0000FF%3BFORID%3A1&hl=en
2008-03-13 12:40:03 UTC
Unless the exe is written to run the jpg as data, you can't do that.



You have to write a program that does what the exe does, and runs the jpg - probably included as a resource.



If the exe runs the jpg, why not just include both files as two files? You can just zip them, or make them a self-extracting zip.
2008-03-13 12:30:30 UTC
Do you mean that when you are viewing the jpg that an exe is running in the background?

You'll need to do some programming to accomplish this. Should be fairly straight-forward in Visual Basic.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...