patrick24601
Sep 29 2007, 10:20 PM
In linux I can schedule a wget to get several files via HTTP on a nightly basis.
Does Windows have a built in equivalent?
Thanks,
Patrick
(I tried searching these forums but I got some bizarre forum error)
James Jhurani
Sep 30 2007, 01:10 PM
not built in, however you can get wget for windows:
http://pages.interlog.com/~tcharron/wgetwin.htmlthen you can use the even scheduler to execute the commands at a specific time.
handlebar
Oct 1 2007, 01:18 PM
You could also do the same with the PHP. Wouldn't be too hard and using the scheduler it would do it nightly (or whenever).