mred589 Posted February 5, 2008 Posted February 5, 2008 I have a link in my latest script. The link shows up, then it forwards you to another place to download a file.Example: http://www.mininova.org/get/1149916if typed into a standard web browser it will forward you to the correct file to download, how do I get autoit to follow the forward link to this new file?If I do something like ConsoleWrite(inetget ("www.mininova.org/get/1149916")&@CRLF) it doesn't workBecause of the intended use for this program I can't use IE, at least in the conventional sense.Any help is greatly appriciated
Thatsgreat2345 Posted February 5, 2008 Posted February 5, 2008 (edited) AHHAHAH simple as this InetGet('http://www.mininova.org/get/1149916',@DesktopDir & '\Sometorrent.torrent',1) Edited February 5, 2008 by Thatsgreat2345
mred589 Posted February 5, 2008 Author Posted February 5, 2008 Perfect; exactly what I needed Thank you very much
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