Thanks for your help Stefan! With your mail I realize that i was using an old lynx version (2.8.3). Now i tried with the 2.8.7 version available here http://invisible-island.net/lynx/ and it works!!!
Best regards!!! > Date: Tue, 22 May 2012 11:26:22 -0400 > From: [email protected] > To: [email protected] > CC: [email protected] > Subject: Re: [Lynx-dev] Pipe html data to lynx in Windows > > On Mon, May 21, 2012 at 3:52 PM, Jose Mondefo <[email protected]> wrote: > > Hi mates! > > > > I'm trying to pipe some stored html to lynx, but is not working cause the > > --stdin option is not supported in Windows. Is there any workaround to get > > this workig without using --stdin option? > > Works for me on win7 with 2.8.6 version from 2006 > > C:\Users\stef\Downloads\lynx>echo "<html><body><h1>hello > world</h1></body></html>" | lynx --stdin > > So you could use > > type example.html | lynx --stdin > > add -trace if it's not working and send us the output (don't forget to > include lynx -version) > > --Stef
_______________________________________________ Lynx-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lynx-dev
