Simple answer is learn some shell script.
For unix/linux/(even posix if you're using windows). wget will get your file, tar, zip (or unzip) will unpack the file, mv (or cp) will put the thing in place ... put all the commands in a file (e.g. xyz.sh) and automate it with cron ... I hope at least this gives you a few pointers ...
|