open browser from command line

I have created an intranet site. I would like to open the intranet (ie Internet Explorer) on user's machines from a login script (ie batch File) I would like the browser to open to a particular size.<br />
How can I do this?<br />
{we are using Windows NT 4.}<!--content-->If IE is on the machine's PATH (it is on my Windows98 box, I don't know about NT) then you can simply do "iexplore <!-- m --><a class="postlink" href="http://www.example.com">http://www.example.com</a><!-- m -->". If it isn't, you may need to find the full path to the iexplore executable and use that instead.<br />
<br />
Adam<!--content-->
 
Back
Top