running and including executable files

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Lerdorf

    #1

    running and including executable files

    can I put two executables together in one .exe file.I mean for ex: I have
    coded one project file .and also i have a thirdparty program that i don't
    have sourcecodes.can i mix them together in one exe?
    I want both of them to work when i click them.

    note: I exactly want them in one exe file.I dont want to have two or three
    exe files behind it or any dlls.


  • Raoul Watson

    #2
    Re: running and including executable files


    "Lerdorf" <lerdorf@[no-spam][dont-spam][hatespamz]softhome.net> wrote in
    message news:be9jkn$2q5 $1@list.ege.edu .tr...[color=blue]
    > can I put two executables together in one .exe file.I mean for ex: I have
    > coded one project file .and also i have a thirdparty program that i don't
    > have sourcecodes.can i mix them together in one exe?
    > I want both of them to work when i click them.
    >
    > note: I exactly want them in one exe file.I dont want to have two or three
    > exe files behind it or any dlls.
    >[/color]

    You should also be able to use the Shell command to simply execute the EXE
    when you need it.


    Comment

    Working...