Jul 11, 2001 #1 JasonParr Programmer Joined Jun 11, 2001 Messages 8 Location 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
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
Jul 19, 2001 #2 HsiaLin Programmer Joined Apr 29, 2001 Messages 15 Location US 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) Upvote 0 Downvote
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)