Hi, I have a problem with my VBS.
It's a vbs that goes and get a web page download the content and save it in a file.
It's working great when I run it manually, but when I use task manager on WinNT4 the VBS starts but then hang until I un lock the machine and login.
It seem that when the machine...
I would like to be able to download a file on a website.
Here what I'm trying to use:
Set objExplorer = WScript.CreateObject _
("InternetExplorer.Application", "IE_")
objExplorer.Navigate "http://www.google.com/file.txt"
But that only displays the page on the IE window. I would like to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.