Jul 11, 2001 #1 JasonParr Programmer Jun 11, 2001 8 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 Apr 29, 2001 15 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)