Connecting Tech Pros Worldwide Forums | Help | Site Map

how to make 2 exe files in one exe file by code

Newbie
 
Join Date: Jan 2008
Posts: 9
#1: Jun 18 '09
how to make 2 exe files in one exe file by code??
i have two exe files
1.exe
2.exe
i need to make them in one exe file by third exe file?

debasisdas's Avatar
Moderator
 
Join Date: Dec 2006
Location: Bangalore ,India
Posts: 7,511
#2: Jun 22 '09

re: how to make 2 exe files in one exe file by code


you can call the exe files inside another exe by using SHELL .
Newbie
 
Join Date: Jun 2009
Posts: 9
#3: Jun 24 '09

re: how to make 2 exe files in one exe file by code


Quote:

Originally Posted by vbbeginner View Post

how to make 2 exe files in one exe file by code??
i have two exe files
1.exe
2.exe
i need to make them in one exe file by third exe file?

do you want to start te two exe files together?
harshadd's Avatar
Familiar Sight
 
Join Date: Dec 2007
Posts: 177
#4: Jun 29 '09

re: how to make 2 exe files in one exe file by code


what does 1.exe do and what 2.exe do?
and suppose 3. exe is a newly created combined exe then what u expect it to do?
remember you can not have
1 mango + 1banana = 2 apples
Newbie
 
Join Date: Jul 2009
Posts: 2
#5: Jul 1 '09

re: how to make 2 exe files in one exe file by code


extract from res then run them
harshadd's Avatar
Familiar Sight
 
Join Date: Dec 2007
Posts: 177
#6: Jul 1 '09

re: how to make 2 exe files in one exe file by code


what is 'res' .. be perticular.
Newbie
 
Join Date: Jul 2009
Posts: 2
#7: Jul 1 '09

re: how to make 2 exe files in one exe file by code


Quote:

Originally Posted by harshadd View Post

what is 'res' .. be perticular.

put those 2 files into your resource , compile

extract them (read then write to somewhere) , run them.
Reply