| View previous topic :: View next topic |
| Author |
Message |
lilljimpa
Joined: 18 Apr 2007 Posts: 127
|
Posted: Tue May 12, 2009 1:13 pm Post subject: UrlDownloadToFile as named or filecopy |
|
|
when i download a url with a ID
example: http://www.domain.com/download.php?id=xxx
i wont know the file type or the file name (now it happens to be .srt sub files only) i would like it to be better, just to specifies if it gonna download as you type it to be or %realname%
ex:
| Code: |
UrlDownloadToFile, http://www.domain.com/download.php?id=xxx, C:\%realname%
;or
FileCopy, http://www.domain.com/download.php?id=xxx, C:\
|
nither wont work, is there any work around?
[Deleted double post. ~jaco0646] _________________ you'll have to excuse me...I'm from Sweden, so my English is not that good...(but now it's better cuz JSLover/Guest is helping me)... |
|
| Back to top |
|
 |
dmatch
Joined: 15 Oct 2007 Posts: 252
|
Posted: Wed May 13, 2009 4:39 pm Post subject: |
|
|
As far as I know you are going to have to specify a name for saving the file and what you do with it after that is up to you.
There might be some workaround specific to your situation, but I would need more information to say for sure.
There is this thread that discusses downloading to a variable instead of a file:
www.autohotkey.com/forum/topic10466.html.
At least I bumped your thread so maybe someone else who understands better what you are wanting can make suggestions.
dmatch |
|
| Back to top |
|
 |
lilljimpa
Joined: 18 Apr 2007 Posts: 127
|
|
| Back to top |
|
 |
|