Hey!!! Thank you!  I will try this.  

Also, will exec.setbrowser set the default browser for the system?  I have been 
fighting with a program called BrowserTraySwitch to set the default browser so 
I can open links into the browser I choose.  But if PP can set it, who needs 
other apps? (Thanks, Mr. Bruce, for PP).



--- In [email protected], "brucexs" <bswit...@...> wrote:
>
> 
> 
> --- In [email protected], Brother Gabriel-Marie <brgabriel@> wrote:
> >
> > Hello all!
> > Does anyone have a script that will save the currently open webpage in 
> > my browser as a url file into a particular folder?  
> 
> 
> If you are running ie, then
> file.writeall("c:/testurl.url","[InternetShortcut]\r\nurl="++browserurl++"\r\n")
> 
> will do it (all one line).  It saves into c:/testurl.url, which you can 
> change to any file name.  
> 
> URL files are just ini files with format
> [InternetShortcut]
> url=http://the/url.com
> 
> browserurl keyword gets current url from ie, if it is running.  If you don't 
> run ie, use exec.setbrowser first.
> 
> 
> 
> >
>


Reply via email to