I need to write a simple Script (VBScript preferred), to download a file from a URL address every night. The URL format is as follow: http://zzz.zzz.zzz.com:7778/xls/DC_Audit.xls I tried to use CreateObject but have no idea whether Internet Explorer can be open as an Application in VBScript. Any suggestion? -- Teddy
This group gets very little traffic. You'd be better off posting this question at microsoft.public.scripting.vbscript Ted wrote: > I need to write a simple Script (VBScript preferred), to download a > file from a URL address every night. > The URL format is as follow: > http://zzz.zzz.zzz.com:7778/xls/DC_Audit.xls > > I tried to use CreateObject but have no idea whether Internet > Explorer can be open as an Application in VBScript. > Yes. IE can be automated. Here's a google: http://www.google.com/search?sourceid=navclient&ie=UTF-8&rls=GGLD,GGLD:2003-36,GGLD:en&q=vbscript+%22automate+Internet+Explorer%22 -- Microsoft MVP -- ASP/ASP.NET Please reply to the newsgroup. The email account listed in my From header is my spam trap, so I don't check it very often. You will get a quicker response by posting to the newsgroup.
Ted schrieb: > I need to write a simple Script (VBScript preferred), to download a file from > a URL address every night. > The URL format is as follow: > http://zzz.zzz.zzz.com:7778/xls/DC_Audit.xls > > I tried to use CreateObject but have no idea whether Internet Explorer can > be open as an Application in VBScript. > > Any suggestion? > ever heard about WGET ? A little tool to download from an URL like yours...