View Single Post
Old 03-12-2007, 05:14 PM   #6
pdam
Groupie
pdam doesn't litterpdam doesn't litter
 
Posts: 199
Karma: 100
Join Date: Aug 2006
Device: iLiad, iPaq, Psion5&7, Blackberry
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 ...
pdam is offline   Reply With Quote