topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday March 29, 2024, 1:19 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Idea: Download Scheduler  (Read 4346 times)

Smobu

  • Participant
  • Joined in 2008
  • *
  • default avatar
  • Posts: 51
    • View Profile
    • Donate to Member
Idea: Download Scheduler
« on: October 13, 2010, 05:54 PM »
I wish to download an ad blocker definition file everyday to a certain folder for updating.

These two files:
https://secure.fanbo...mplete/urlfilter.ini
https://secure.fanbo...list-elements-v3.css

Is there a program out there that can look at these links and download them automatically at a certain time of the day?
It will also need to support overwriting of the existing file in the directory that is user-defined.

rjbull

  • Charter Member
  • Joined in 2005
  • ***
  • default avatar
  • Posts: 3,199
    • View Profile
    • Donate to Member
Re: Idea: Download Scheduler
« Reply #1 on: October 14, 2010, 03:16 PM »
Common download managers should be able to do (most of) this, e.g. Internet Download Manager (payware), or Free Download Manager (freeware).  I'm not sure you can automatically overwrite files, though that might be in configuration options that I've never bothered to check.  If not, you could probably do it with a batch file run after the download finishes.

skwire

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
Re: Idea: Download Scheduler
« Reply #2 on: October 14, 2010, 03:37 PM »
Is there a program out there that can look at these links and download them automatically at a certain time of the day?
It will also need to support overwriting of the existing file in the directory that is user-defined.

You could accomplish the downloading and moving of files with just a few lines of AutoHotkey.  You could then create an entry in the Windows Task Scheduler to run it at a certain time.  If you want the script wholly self-contained, that can be done, too.  However, it will need to run in the background to be able to check what time it is.  Small AHK scripts typically take just a few megs of memory so running it in the background shouldn't be an issue.

Smobu

  • Participant
  • Joined in 2008
  • *
  • default avatar
  • Posts: 51
    • View Profile
    • Donate to Member
Re: Idea: Download Scheduler
« Reply #3 on: October 14, 2010, 04:07 PM »
A self-contained autohotkey script would be nice because I can live with a small script running in the background. :)

skwire

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
Re: Idea: Download Scheduler
« Reply #4 on: October 14, 2010, 04:13 PM »
What time would you like this to run?

Smobu

  • Participant
  • Joined in 2008
  • *
  • default avatar
  • Posts: 51
    • View Profile
    • Donate to Member
Re: Idea: Download Scheduler
« Reply #5 on: October 14, 2010, 05:08 PM »
Could the time also be user-definable to make it a bit flexible?