"VA" <usenet@vikas.mailshell.com> wrote in message
news:1132692888.537727.261100@g49g2000cwa.googlegr oups.com...[color=blue]
> I have a report that is accessible by a URL.
>
> How would I go about automating the launching of this URL using, say, a
> batch file?
>
> I can put
>
> start iexplore.exe "http://my.url"
>
> in the .bat file
>
> but then the IE window stays open after launching the URL.
>
> Is there a way to script this?
>
> Thanks
>[/color]
Qualify "launch".
Usually one visits a URL with the intention of viewing it;
thus, "the IE window stays open" is the desired effect.
What are you trying to do? What does the Web page do?