Returns me a Unknow Error...
mmm lets se. The wget.exe is on the script folder
1. i run from the cmd wget.exe
http://dominio.com/pic.jpg
Works fine.
2. i do in JS:
shell.run(wget.exe http://dominio.com/pic.jpg", 0, true);
Returns me an unknow error.
3. I try coping the wget file to the c:\windows dir and in js:
shell.run(wget.exe http://dominio.com/pic.jpg", 0, true);
Dont return me an unknow error. But i dont see any downloaded file...
4. i do in js your idea. returnme an unkown error...
any idea of how to download a image from internet and save on the HD?
shell.run(wget.exe http://dominio.com/pic.jpg", 0, true);
works.