Hi,

I don't want to extract the 2nd exe somewhere and then execute it.
I need to have it "hidden" somehow in the 1st exe, if it's possible.
Thanks anyway.

Luthfi Hakim wrote:
> Hello,
> 
> You can store the exe as the application's resource,
> and in runtime you can extract the exe back to a file
> then execute it.
> 
> Search for help on creating resource (rc file) or
> check Resource Workshop. To extract the resourse, you
> can use TResourceStream.
> 
> Regards,
> 
> Luthfi B Hakim
> 
> --- Dimitris Botsis <[EMAIL PROTECTED]> wrote:
> 
>> Hi all,
>> is it possible to store (and then call) an
>> executable into a Delphi 
>> executable. If yes, please describe how and also how
>> it is called from the main executable at runtime.
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> 
> 
>  
> Yahoo! Groups Links
> 
> 
> 
> 

Reply via email to