And each week I`d want to download todays date, and the next x days.
There isn`t an index page where I can pull these from, I have to somehow `create` those URLS based on the date. If it means I spawn an external batch file to insert dates from the system date/time into a prefs file or similar I`d happily do it.
Either that or can I use a system variable as part of a URL?
Many Thanks,
Frank
http://www.website.com/{:0month}{:0day}{:year}.txt
http://www.website.com/{:setdate=date+1}{:0month}{:0day}{:year}.txt
http://www.website.com/{:setdate=date+2}{:0month}{:0day}{:year}.txt
http://www.website.com/{:setdate=date+3}{:0month}{:0day}{:year}.txt
More information about this in the help file:
Advanced features - Using URL Macros
And perhaps you want to use the Schedule Manager:
Advanced features - Scheduling Projects download
Thanks both of you, I`ll give it a try!
- Frank