D
David
Greetings,
Help with the following will be much appreciated:
This sub runs fine:
Sub RunIntro()
Dim SCamShow
SCamShow = Shell("C:\ScreenCams\Intro.exe", 1)
End Sub
When this finishes the ScreenCam application is left open.
How do I close it after Intro.exe finishes executing?
David
Help with the following will be much appreciated:
This sub runs fine:
Sub RunIntro()
Dim SCamShow
SCamShow = Shell("C:\ScreenCams\Intro.exe", 1)
End Sub
When this finishes the ScreenCam application is left open.
How do I close it after Intro.exe finishes executing?
David