Perfect!
Thanks foxidrive, what do the two "" do to the command?
"foxidrive" <(E-Mail Removed)> wrote in message
news

(E-Mail Removed)...
> On Wed, 4 Nov 2009 09:00:14 -0000, "gerryR" <(E-Mail Removed)> wrote:
>
>>We have a small batch script that disconnects all network drives then
>>remaps
>>them again.
>>
>>We want out timesheet page to open for everyone now and if I add the line
>>below to the bottom of the script it opens the page fine but the logon
>>script doesn't close. It only closes once the timesheet page is closed.
>>Any way to have the script exit once it opens the page?
>>
>>net use t:\ \\server01\transfer
>
> try this:
>
> start "" "c:\program files\internet explorer\iexplore.exe"
> intranet.companyname.com/timesheets
>
>>Thanks for any help!
>>Gerry