HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: can't apply filter
Author: William Roeder
Date: 10/01/2008 15:55
 
> Is there any option so that I can get in the temp
> location just the files that have been modified
> since last copy?No such option but you might try this:

set fs=findstr /r "added...OK updated...OK" hts-cache\new.txt
set sed=sed "s/[^:]*C:/C:/; s/ *(.*//"& rem isolate filename

for /f "usebackq delims=/" %%F in (`%fs%^|%sed%`) do (
  copy "%%F%" %newMod%
)
 
Reply Create subthread


All articles

Subject Author Date
can't apply filter

10/01/2008 01:28
Re: can't apply filter

10/01/2008 15:55
Re: can't apply filter

10/01/2008 21:25
Re: can't apply filter

10/02/2008 00:18
Re: can't apply filter

10/02/2008 01:17
Re: can't apply filter

10/02/2008 13:55
Re: can't apply filter

10/02/2008 14:50
Re: can't apply filter

10/02/2008 20:07
Re: can't apply filter

10/02/2008 21:15




d

Created with FORUM 2.0.11