Advertisement
Guest User

Untitled

a guest
Jul 29th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. Dim ws
  2. Dim url1
  3. Dim url2
  4. Dim url3
  5. Dim Command1
  6. Dim Command2
  7. Dim Command3
  8.  
  9. url1 = "C:\progra~1\mozill~1\firefox.exe -width 640 -new-window http://omfgdogs.com"
  10. url2 = "C:\progra~1\mozill~1\firefox.exe -width 320 -new-window http://omgcatsinspace.com"
  11. url3 = "C:\progra~1\mozill~1\firefox.exe -width 240 -new-window http://www.staggeringbeauty.com"
  12.  
  13. Set ws = Wscript.CreateObject("Wscript.Shell")
  14. Command1 = ws.Run(url1,0,False)
  15. Command2 = ws.Run(url2,0,False)
  16. Command3 = ws.Run(url3,0,False)
  17. Set wshshell = Nothing
  18. wscript.quit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement