Is there a program out there that will save a file located on the web either every time it updates or at timed intervals?Basically I want to save http://www.caymanport.com/webcam/dock4.jpg every time it refreshes, which is ~3 minute intervals.
6/28/2006 12:33:07 PM
Ok, I know nothing about programing...but can someone make this visual basic code repeat on loop indefinitely every 2 minutes?
Sub CaymanCam()'' CaymanCam Macro' Macro recorded 6/28/2006 by esnyder' Selection.InlineShapes.AddPicture FileName:= _ "http://www.caymanport.com/webcam/dock4.jpg", LinkToFile:=False, _ SaveWithDocument:=TrueEnd Sub
6/28/2006 12:43:16 PM
batch file + wget
6/28/2006 2:13:22 PM