AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

UrlDownloadToFile progress

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
jtuttle



Joined: 06 Nov 2008
Posts: 26

PostPosted: Sat Aug 15, 2009 1:23 am    Post subject: UrlDownloadToFile progress Reply with quote

I have a little snippet that grabs a URL from the clipboard and downloads it to a folder, but it'd be nice to have some kind of progress bar or general ETA on the download while in progress. Is this possible?

Here's my code, simple though it is:

Code:
Grab:
ifinstring, clipboard, http://
{
SplitPath, clipboard, GetThis
UrlDownloadToFile, %clipboard%, R:/%GetThis%
TrayTip,, %GetThis% saved to R:/, 3, 2
}
else
{
TrayTip,, That is not a valid URL!, 3, 2
}
Return
Back to top
View user's profile Send private message
engunneer



Joined: 30 Aug 2005
Posts: 8255
Location: Maywood, IL

PostPosted: Sat Aug 15, 2009 3:46 pm    Post subject: Reply with quote

these seem useful:
http://www.autohotkey.com/forum/viewtopic.php?t=26630
http://www.autohotkey.com/forum/viewtopic.php?t=11398
_________________

(Common Answers)
Back to top
View user's profile Send private message Visit poster's website
jtuttle



Joined: 06 Nov 2008
Posts: 26

PostPosted: Sat Aug 15, 2009 5:13 pm    Post subject: Reply with quote

I got exactly what I needed from those. Thanks!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group