Answer the question
In order to leave comments, you need to log in
How to open a url in a vbs file by opening how to execute a script to close the browser or by opening the browser hidden?
This vbs code works but opens the browser, and I would close it after execution, or open and close it hidden, the main thing is that it go through the url.
Set ie = WScript.CreateObject("InternetExplorer.Application")
'ie properties
ie.ToolBar = 1
ie.StatusBar = 0
ie.Width = 800
ie.Height = 600
ie.Visible = 1
Do While ie.Busy: Loop
'navigate to content filter page
ie.Navigate("url")
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question