save web page as text file in IE

save web page as text file in IE

am 27.08.2007 09:05:54 von fraternitydisposal

I want to automate the process for a list of 100 urls. Is there any
available methods to achieve this?

Re: save web page as text file in IE

am 27.08.2007 15:43:24 von David Portabella

On Aug 27, 9:05 am, Umesh wrote:
> I want to automate the process for a list of 100 urls. Is there any
> available methods to achieve this?

I would suggest to install Cygwin, and make a script using wget (to
download webpages) and html2text.

ps: Cygwin is a set of GNU tools for MsWindows.
http://www.cygwin.com/
If you decide to install cygwin, I can make a script for you.

HTH,
DAvid