| I know how to do it from the Command Line (DOS box) in Windows.
Say you want the file
<http://www.google.com/intl/en_ALL/images/logo.gif>
On my system I go to the C:\Program Files\WinHTTrack folder
using the DOS prompt. Then type
httrack.exe --get <http://www.google.com/intl/en_ALL/images/logo.gif> -O1
J:\Temporary
The J:\Temporary is the folder to place the file in. Change it to one you
have.
Then look in that folder, the logo.gif file will be there.
> | |