I am attempting to write a script that operates in the background. This is only the early stages of the final project. But I am having difficulty getting this to run without opening the web browser. How can I get it to run in the background, unnoticed by the user?
Option Explicit
Dim wsh
Set wsh=WScript.CreateObject("WScript.Shell")
wsh.Run "http://google.com"