View Single Post
Old 02-08-2012, 02:13 AM   #8
cptnemo
Enthusiast
cptnemo began at the beginning.
 
Posts: 35
Karma: 10
Join Date: Oct 2011
Device: Kindle 3
Quote:
Originally Posted by andyh2000 View Post
I know you've already mirrored the site so might not want to do it again but I use "wget" to mirror web sites and it has a "no directories" option ("-nd") which stops it creating sub-directories. It also fixes up the internal links so nothing is broken.

The actual command I use is:
Code:
wget.exe -p -k -nd -q -E -R js,txt,css -nc %pg%
It seams what I need. I launched the command in my Windows Terminal (I added also -r) and, now what?

The terminal is saying:
SYSTEM_wcetrc = c:/progra~1/wget/etc/wgetrc
syswgetrc = C:\Program Files\GnuWin32/etc/wgetrc
With the cursor blinking...

Is downloading something? Where?

Thanks!
cptnemo is offline   Reply With Quote