set a = createobject("wscript.shell")
a.run "http://www.youtube.com"
wscript.sleep (1000)
a.sendkeys chr(9)
a.sendkeys ("login")
a.sendkeys chr(9)
wscript.sleep (1000)
a.sendkeys ("heslo")
a.sendkeys "{Enter}"
call msgbox("Nalogovane")
wscript.quit
problem je ze nechcem aby mi otvaral prehliadac, ale iba maximalne vyhodil okienko s potvrdenim (aj ked to potvrdenie je len informacne ze ten script sa spustil) je take nieco mozne alebo mam velke oci ?