I am trying to create a script that can open a program, pause for 1 minute and then close the program.
I have successfully been able to open the program and pause but cannot get the script to close the program.
Here is my script.....
Set ObjShell = CreateObject("WScript.Shell")
ObjShell.Exec...