Skorn 0 Posted December 4, 2004 As the topic says I want to create a script for auto-dl'ing all the pics from whatever website your currently on into a specific folder. I don't know how to even start making something like that so I tried a simpler approach by having any pic you control-left clicked on to be auto-saved for you. MouseGetPos, xpos, ypos RightClick, xpos, ypos send, s Sleep, 1000 send, {ENTER} The problem is I don't know how to have it wait for a control-left click and without bogging down the cpu. If anyone can help I'd appreciate it. Thanks Share this post Link to post Share on other sites
sugi 0 Posted December 5, 2004 I suggest you search for a win32 version of wget and check its parameters. It's not more than a simple wget -p http://........./..... You could also save the html using URLDownloadToFile and search for all of the pictures in it yourself. Using a normal browser for this makes it very complicated and unreliable. Share this post Link to post Share on other sites
Dalarn 0 Posted December 6, 2004 (edited) ...a... Edited December 20, 2004 by Dalarn Share this post Link to post Share on other sites