I have been stuggling with this code for the past few days.
I have been getting The system cannot find the file specified.
scPath = "C:\Program Files\"
scName = "days.vbs"
strCommand = scPath&scName
set shell = CreateObject("Wscript.shell")
shell.run strCommand
Any help will be greatly appreciated.
I have been getting The system cannot find the file specified.
scPath = "C:\Program Files\"
scName = "days.vbs"
strCommand = scPath&scName
set shell = CreateObject("Wscript.shell")
shell.run strCommand
Any help will be greatly appreciated.