Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

terminate an exe from another exe

Status
Not open for further replies.

j420exe

MIS
Feb 17, 2002
28
US
I have a mainapp.exe that calls update.exe. Before update.exe can run I would like to shut down mainapp.exe. This will take any user action out of the picture, which is what I want. Any suggestions?

Thanks!
 

Well if mainapp.exe is your program and you are calling update.exe from that program then just end mainapp.exe via unloading all of your forms/objects/etc.

Good Luck

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top