Advertisement
PaladinTEAM

Internet Explorer .vbs

Jul 21st, 2023
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Set objShell = WScript.CreateObject ("WScript.Shell")
  2. Set objIE = WScript.CreateObject ("InternetExplorer.Application", "IE_")
  3. objIE.Navigate "www.google.com"
  4. objIE.Visible = 1
  5. objShell.AppActivate objIE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement