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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how do I close a shell?

Status
Not open for further replies.

JasonParr

Programmer
Jun 11, 2001
8
0
0
US
I'm calling explorer which kicks of a series of events for me but I don't know how to close it once the events have started. Any ideas?
-Jason
 
if its a dos shell window, you can close it with the following type call..


Dim retval
retval = shell("COMMAND.COM /c anyfile.exe",1)

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top