Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. >test.vbs 123
  2.  
  3. Set oIE1 = WScript.CreateObject ("InternetExplorer.Application")
  4.  
  5. acc=Wscript.Arguments(0)
  6.  
  7. oIE1.Navigate "http://somplace/" & acc
  8. oIE1.Visible = 1
  9. oIE1.AddressBar = 0
  10. oIE1.StatusBar = 0
  11. oIE1.ToolBar = 0
  12. oIE1.MenuBar = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement