Results 1 to 2 of 2

Thread: How can I merge 2 exe files ?

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 1999
    Location
    Lebanon, Beirut
    Posts
    63

    Post

    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

  2. #2
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Post

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width