| 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 | |