russcript Posted December 22, 2010 Posted December 22, 2010 I am trying to download a randomly named .JPG image file that changes its name every day. how can I get the file name? InetGet("http://www.bing.com/fd/hpk2/BogotaChristmas_EN-US2102447966.jpg", "C:\pic2.jpg") is there a way to get an unspecified string, something like this: InetGet("http://www.bing.com/fd/hpk2/????.jpg", "C:\pic2.jpg") I remember seeing this done but can't remember how, thanks for your help!
JohnOne Posted December 22, 2010 Posted December 22, 2010 Probably a number of ways, including _stringbetween(), regexp, IE functions etc.. but you most likely need to know the page to which the pic is linked. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now