hi. i have the following in my vbs file. I would like to refer to a different folder:
Option Explicit
Dim core
Dim browser
Set core = CreateObject("OpenTwebst.Core")
Set browser = core.StartBrowser(websitename)
is there a way to refer to another folder in the Set core = CreateObject("OpenTwebst.Core") declaration besides the C drive it defaults to?
Thanks