quote:
Originally posted by Matti
That's because "OutFile" has to be a file path, not only a folder path. So you should change that to something like:
js code:
var Url = "http://www.msgpluslive.net/favicon.ico";
var OutFile = "C:\\favicon.ico";
MsgPlus.DownloadFile(Url, OutFile);
Woot
thx. It works now!
New Question: Is there a way to find out a path, for example, to the MSN Script ? So it will automatically update itself?