m=msgbox("go to msdn/scripting?",VBYesNo)
if m=VBNo then
wscript.quit
else
set wshshell=createobject("wscript.shell")
wshshell.run "http://msdn.microsoft.com/scripting"
end if
Thorsten
Quote:
> how can I get a Yes No msgbox ?
> Thank You
> --
> Dean Newkirk