stephenmbell
IS-IT--Management
I am sure this question has been addressed plenty of times but I have googled it for a while now, and still cannot get it to work...
why does this script not run the AIM program..
Dim objShell, strPath
strPath = """C:\Program Files\AIM6\aim6.exe"""
MsgBox(strPath)
Set objShell = WScript.CreateObject("WScript.Shell")
objShell.Run strPath, 1, True
Set objShell = Nothing
MsgBox("done")
Thanks in advance
sb
why does this script not run the AIM program..
Dim objShell, strPath
strPath = """C:\Program Files\AIM6\aim6.exe"""
MsgBox(strPath)
Set objShell = WScript.CreateObject("WScript.Shell")
objShell.Run strPath, 1, True
Set objShell = Nothing
MsgBox("done")
Thanks in advance
sb