The same. Return me a unknow error...
also i put everything on a .BAT file, but returns me a unknow error:
var shell = new ActiveXObject("wscript.shell");
shell.run(MsgPlus.ScriptFilesPath + "\\dp.bat", 0, false);
.... a couple of minuter later...
I found something! you remember that i said that the script dont give me an error but dont download anything! well, wget download the image to c:\program file\msn messenger\ y try using the -O command of wget but doesnt work:
shell.run("wget.exe
http://vglife.com/perro.jpg -O C:\\dp.jpg", 0, false);
im close to do it!