Return-Path: Received: from post.thorcom.com (post.thorcom.com [195.171.43.25]) by mtain-de03.r1000.mx.aol.com (Internet Inbound) with ESMTP id 578673800008F; Fri, 16 Dec 2011 04:23:37 -0500 (EST) Received: from majordom by post.thorcom.com with local (Exim 4.14) id 1RbTzC-0002LK-Jc for rs_out_1@blacksheep.org; Fri, 16 Dec 2011 09:21:50 +0000 Received: from [195.171.43.32] (helo=relay1.thorcom.net) by post.thorcom.com with esmtp (Exim 4.14) id 1RbTzB-0002LB-RZ for rsgb_lf_group@blacksheep.org; Fri, 16 Dec 2011 09:21:49 +0000 Received: from mtaout02-winn.ispmail.ntl.com ([81.103.221.48]) by relay1.thorcom.net with esmtp (Exim 4.63) (envelope-from ) id 1RbTzA-0007FU-Ky for rsgb_lf_group@blacksheep.org; Fri, 16 Dec 2011 09:21:49 +0000 Received: from aamtaout04-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout02-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20111216092142.JWVH11752.mtaout02-winn.ispmail.ntl.com@aamtaout04-winn.ispmail.ntl.com> for ; Fri, 16 Dec 2011 09:21:42 +0000 Received: from [192.168.2.2] (really [82.5.252.56]) by aamtaout04-winn.ispmail.ntl.com (InterMail vG.3.00.04.00 201-2196-133-20080908) with ESMTP id <20111216092142.GWFR23925.aamtaout04-winn.ispmail.ntl.com@[192.168.2.2]> for ; Fri, 16 Dec 2011 09:21:42 +0000 From: "Mike Dennison" To: rsgb_lf_group@blacksheep.org Date: Fri, 16 Dec 2011 09:21:35 -0000 MIME-Version: 1.0 Message-ID: <4EEB0D9F.4304.3E0E3CF@mike.dennison.ntlworld.com> In-reply-to: <4EEA1F54.7080001@legal-medicine.de> References: <4EE48808.9050.3ABB975@mike.dennison.ntlworld.com>, <4EE90731.30606@legal-medicine.de>, <4EEA1F54.7080001@legal-medicine.de> X-mailer: Pegasus Mail for Windows (4.41) Content-description: Mail message body X-Cloudmark-Analysis: v=1.1 cv=JvdXmxIgLJv2/GthKqHpGJEEHukvLcvELVXUanXFreg= c=1 sm=0 a=uObrxnre4hsA:10 a=9YlaCzn6_68A:10 a=kj9zAlcOel0A:10 a=FP58Ms26AAAA:8 a=VAMm1qzQAAAA:8 a=D3x_ilMUliugjV6o0AcA:9 a=h7nHedu9EZ28EAbQt6YA:7 a=CjuIK1q_8ugA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 X-Spam-Score: 0.0 (/) X-Spam-Report: autolearn=disabled,none Subject: Re: LF: Grabber grabber? Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on post.thorcom.com X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-SA-Exim-Scanned: Yes Sender: owner-rsgb_lf_group@blacksheep.org Precedence: bulk Reply-To: rsgb_lf_group@blacksheep.org X-Listname: rsgb_lf_group X-SA-Exim-Rcpt-To: rs_out_1@blacksheep.org X-SA-Exim-Scanned: No; SAEximRunCond expanded to false x-aol-global-disposition: G X-AOL-SCOLL-SCORE: 0:2:467342304:93952408 X-AOL-SCOLL-URL_COUNT: 0 x-aol-sid: 3039ac1d40cb4eeb0e195033 X-AOL-IP: 195.171.43.25 X-AOL-SPF: domain : blacksheep.org SPF : none Thanks for that, Peter. It's good to hear that you are still around. I will have a go at implementing this over the Christmas period. 73 de Mike ======== > I'm not using any Win-Stuff but running many instances of wget on > unix. What follows works on MS-Server 2003 (checked this at work): > > Download and install that: > http://downloads.sourceforge.net/gnuwin32/wget-1.11.4-1-setup.exe > > - Next make a directory where to store the images. > > - Open your favorite editor, copy and paste the following lines into > > REM Recipe! > REM simple example how to get any stuff from websites using wget > REM this script downloads and stores two images from TF3HZ server. > C:\Programme\GnuWin32\bin\wget > http://dl.dropbox.com/u/13099852/capt04.jpg > C:\Programme\GnuWin32\bin\wget > http://dl.dropbox.com/u/13099852/capt05.jpg pause > > - You have to modify the wget-path "C:\Programme\GnuWin32\..." since > this is from a German version of M$-Win. > > - Store it into that image directory as "grab_grabbers.cmd" for > example. > > - Go to the web site of the monitor ("grabber") you want to download > from, open the html source and locate the image(s). Copy and paste the > FULL paths into the batch script like shown in the example above. Add > as many lines as you need. > > - Start this batch-script and look for any errors. If all is working > fine modify the last line to "REM pause" or delete it. > > - Now create a task plan in Windows to start it automagically. wget > will not overwrite the old files by default. Instead it will add > something like "1", "2", etc. to the file names. This can be switched > to "overwrite" by an option, or if you want to give special file names > add " > your_filename_here" at the end of each line. > > This is a stupid simple way of using wget safely. It can do much more, > but be careful adding any options unless you really know what are you > doing. Using wrong options wget could disgruntle server administrators > or in worst case try to download the whole internet. RTFM! > > Peter >