HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: Remove <!-- Added by HTTrack -->
Author: Ehsan
Date: 09/10/2018 18:10
 
create a a.bat file and paste following codes in it. then save it and copy bat
file in main directory of downloaded website.
(Keep your original bat file somewhere safe, after running the bat file, the
file will change and can't use again, however you can make bat file read-only
and solve the problem)




"F:\Dropbox\Apps\fnr\fnr.exe" --cl --dir "%cd%" --fileMask "*.*"
--excludeFileMask "*.dll, *.exe *.png" --includeSubDirectories --useRegEx
--find "<!-- Mirrored from.*" --replace ""
"F:\Dropbox\Apps\fnr\fnr.exe" --cl --dir "%cd%" --fileMask "*.*"
--excludeFileMask "*.dll, *.exe *.png" --includeSubDirectories --find "<!--
Added by HTTrack -->" --replace ""
"F:\Dropbox\Apps\fnr\fnr.exe" --cl --dir "%cd%" --fileMask "*.*"
--excludeFileMask "*.dll, *.exe *.png" --includeSubDirectories --find "<!--
/Added by HTTrack -->" --replace ""
"F:\Dropbox\Apps\fnr\fnr.exe" --cl --dir "%cd%" --fileMask "*.*"
--excludeFileMask "*.dll, *.exe *.png" --includeSubDirectories --find
"HTTrack" --replace ""
pause


!: instead of "F:\Dropbox\Apps\fnr\fnr.exe", replace your fnr.exe file address
 
Reply Create subthread


All articles

Subject Author Date
Remove <!-- Added by HTTrack -->

09/29/2012 07:26
Re: Remove <!-- Added by HTTrack -->

09/29/2012 09:47
Re: Remove <!-- Added by HTTrack -->

09/29/2012 11:48
Re: Remove <!-- Added by HTTrack -->

02/07/2018 23:38
Re: Remove <!-- Added by HTTrack -->

09/10/2018 18:10
Coded (xrantes)

01/22/2020 17:33
Re: Remove <!-- Added by HTTrack -->

04/06/2021 11:02
Re: Remove <!-- Added by HTTrack -->

12/03/2023 11:50




d

Created with FORUM 2.0.11