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
Printable View
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
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