Connecting Tech Pros Worldwide Help | Site Map

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

  #1  
Old June 18th, 2009, 12:40 PM
Newbie
 
Join Date: Jan 2008
Posts: 9
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?
  #2  
Old June 22nd, 2009, 05:22 AM
debasisdas's Avatar
Moderator
 
Join Date: Dec 2006
Location: Bangalore ,India
Posts: 7,485
Provided Answers: 1

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 .
  #3  
Old June 24th, 2009, 01:52 PM
Newbie
 
Join Date: Jun 2009
Posts: 9

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?
  #4  
Old June 29th, 2009, 10:01 AM
harshadd's Avatar
Familiar Sight
 
Join Date: Dec 2007
Posts: 177

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
  #5  
Old July 1st, 2009, 04:12 AM
Newbie
 
Join Date: Jul 2009
Posts: 2

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


extract from res then run them
  #6  
Old July 1st, 2009, 05:08 AM
harshadd's Avatar
Familiar Sight
 
Join Date: Dec 2007
Posts: 177

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


what is 'res' .. be perticular.
  #7  
Old July 1st, 2009, 03:36 PM
Newbie
 
Join Date: Jul 2009
Posts: 2

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Open & Close files in a program - VB.net (2005) =?Utf-8?B?MjJQb20=?= answers 4 September 18th, 2008 01:05 AM
How to convert exe file of cgi script into .cgi extension. Muzammil answers 2 August 28th, 2008 08:55 PM
Building a single EXE file in VB 2005? ashley.ward@gmail.com answers 7 July 6th, 2006 07:05 PM
How to make FileSystemWatcher Wait for Completion NBB answers 2 November 18th, 2005 02:15 AM