From: Damian Yerrick Newsgroups: microsoft.public.webdesign.html,comp.os.msdos.djgpp Subject: Re: HTML Tidy, WindowsME, and DJGPP Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: References: <8qe4cj$1f3$1 AT nnrp1 DOT deja DOT com> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 40 X-Trace: +r2abh2yiABBdFvVI0Dqpp3nvMmXL9UlIRRR1sAi7k4S4V67jzsEAmnIqVozAjqLCmSu3OSMAZPw!kM3y0ZrvlOv7bzM1IzdiiZd9qJsnX/VJz6NiOZJnjnEME9RETwmblBafVHpRXWrEfHZ4QYqdgkKn!2VbFRA== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Fri, 22 Sep 2000 00:51:48 GMT Distribution: world Date: Fri, 22 Sep 2000 00:51:49 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Thu, 21 Sep 2000 23:08:19 GMT, please hold wrote: > Did WindowsME break HTML Tidy > > [http://www.w3.org/People/Raggett/tidy.exe] > > and/or DJGPP? Quite likely. They're DOS programs, and Windows ME isn't DOS; it's Windows. > For a long time, I have been using the DGPP bash shell to segregate >HTML Tidy's stderr and stdout output by invoking tidy.exe from a command >line of the form > > % tidy < input.html > output.html > errs.1 > > Since I installed Windows ME, however, this no longer works. > > What I get is what I would expect to get if I had used the command >line > > % tidy < input.html > output.html 2>&1 > >i.e., stderr is merged with stdout. > > Anyone else seen this? Have you played with redir.exe from DJGPP? redir.exe can redirect stderr for DJGPP programs (and maybe even for other DOS programs; I haven't checked). --