--- In [email protected], Brother Gabriel-Marie <brgabr...@...> 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