I'm thinking of writing program that downloads all the pages of a specific website to a directory on my hard drive, then change all the "href=http://this site" to "href=C:\whatever.htm".

the reason i want to do this is that i found a couple of books in html format and i don't want to spend what little time i have, on the internet reading books

so how would i get the program to download all the pages in a certain directory e.g:"http://www.books.com/tyvb21/"?

thnx!!