PDA

Click to See Complete Forum and Search --> : How can I merge 2 exe files ?


BlackRose
Jan 12th, 2000, 04:01 AM
hi...
i.e. ?
if I have 2 exe files
the 1st one open a txt file & print 1
the 2sd open the same txt file & print 2

how can I merge these two files "programing"
to make one file exe ?


------------------
BlackRose

MartinLiss
Jan 12th, 2000, 04:13 AM
You can't directly merge the EXEs. You can however either 1) copy the code from projact 2 into project 1, or 2) write a new program that uses the Shell function to run EXE1 followed by EXE2.

------------------
Marty