If you are on Unix you can use crontab to schedule the wget (as in the quoted example earlier in this thread) command for a particular feed.
Other options for Windows that I can think of off the top of my head would be to install Lynx and use the Windows scheduler to call the URL corresponding to a particular feed from Lynx - you'll see when you use the menu version to post a particular feed that there is a URL in the output - that is the URL you would call from an automated script (on Unix or Windows). I'm not really that familiar with any other options for calling a URL in Windows, I guess you could also just write a PHP or Perl script to download the URLs and schedule that daily with Windows scheduler as well.
Here's the syntax for the URLs (password hardcoded into the script is cloudbot):
Again I'd refer to
http://w.moreover.com/dev/ and
http://w.moreover.com/dev/custom/ for help on Moreover feeds.
Let me know if I can help further, or if there are any bugs/improvements you've spotted.
John.
--