I am using VbScript to Launch a program that is located on each users harddrive the program is Located in a folder under the Program Files dir
set WshShell = WScript.CreateObject("WScr
ipt.Shell"
)
WshShell.Run "C:\program files\program\program.exe"
It appears the problem is the space in "Program Files" but am unsure how to deal with getting program to run . Thanks for any help.
Start Free Trial