Hi, I’m trying to write a script in visual basic (2005 express) to close an external application. The script I’ve already done to open the aforementioned application uses the lines of code:
Does anyone know what I should write for a separate script that when run, would close the above application at any given moment?
Thanks very much
Shell("C:\mplayerc.exe C:\Media\Spacetheme.AVI", vbNormalFocus)
Me.Close()
Does anyone know what I should write for a separate script that when run, would close the above application at any given moment?
Thanks very much
