Not sure how this would work otherwise, but I did this on may machine and it worked.
`start iexplore.exe http://www.activestate.com` use backticks to call the "start" command in the command shell, then pass an explicite exe name followed by the arguments. I tried it without the iexplore.exe and it only opened the window. I believe this is something that is wrong my machine since the same thing happens when I click on a link within Outlook. Therefore, If you just put `start http://www.myurl.com`; I might actually work the way you want it. Note: AP build 523 Win NT SP6a > -----Original Message----- > From: Erick Bourgeois [mailto:[EMAIL PROTECTED] > Sent: Friday, June 01, 2001 01:05 > To: perl-win32-gui-users@lists.sourceforge.net > Subject: Re: [perl-win32-gui-users] Opening a *New* Browser Window? > > > | So, I first open a new browser and then click the link - voila. > > Side topic: hold shift and press the left mouse button on any > link and it will > open a new browser with that address. > > regards, > > erick > > ----- Original Message ----- > From: Piske, Harald <[EMAIL PROTECTED]> > To: <perl-win32-gui-users@lists.sourceforge.net> > Sent: Thursday, May 31, 2001 3:10 PM > Subject: RE: [perl-win32-gui-users] Opening a *New* Browser Window? > > > | Well, then you just take the best of both ... first, you > open a new browser > | window and then you do what you did before. I pretty sure that the > | ShellExecute will target this new browser. At least, when I > click a link in > | a mail in this rotten !#^%$Outlook, it does the very same > &^%!# thing of > | navigating away from the most important web site I happen > to have been > | looking at. So, I first open a new browser and then click > the link - voila. > | > | -----Original Message----- > | From: Morbus Iff [mailto:[EMAIL PROTECTED] > | Sent: Donnerstag, 31. Mai 2001 14:56 > | To: perl-win32-gui-users@lists.sourceforge.net; > | 'perl-win32-gui-users@lists.sourceforge.net' > | Subject: RE: [perl-win32-gui-users] Opening a *New* Browser Window? > | > | > | >use Win32::TieRegistry; > | >$http = > $Registry->{"Classes\\http\\shell\\open\\command"}->{'\\'}; > | >`$http $url`; > | > | Ok. Well, it certainly opened up new windows on Mozilla, > unfortunately, it > | didn't pass the URL to Mozilla correctly - I got search results from > | NetScape for the term "". Sigh. > | > | > | Morbus Iff > | .sig on other machine. > | http://www.disobey.com/ > | http://www.gamegrene.com/ > | > | > | _______________________________________________ > | Perl-Win32-GUI-Users mailing list > | Perl-Win32-GUI-Users@lists.sourceforge.net > | http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users > | > | _______________________________________________ > | Perl-Win32-GUI-Users mailing list > | Perl-Win32-GUI-Users@lists.sourceforge.net > | http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users > | > > > _______________________________________________ > Perl-Win32-GUI-Users mailing list > Perl-Win32-GUI-Users@lists.sourceforge.net > http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users >