Advertisement
Guest User

Untitled

a guest
Oct 17th, 2016
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. dim suche
  2. dim site
  3. suche=inputbox("Nach was wollen Sie suchen?","Suche")
  4. Replace(suche," ","+")
  5. site="https://www.google.de/?gws_rd=ssl#q=". & suche
  6. set wshshell=createobject ("wscript.shell")
  7. wshshell.run site
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement