From: hexdump AT curmudgeon DOT invalid (Hexdump) Newsgroups: comp.os.msdos.djgpp Subject: Re: c|net: Microsoft has officially killed MS-DOS. Date: 25 Apr 2000 05:25:05 GMT Organization: MindSpring Enterprises Lines: 38 Message-ID: References: <0vlffsc21hthnqfaramn08d9gb9jfk5v74 AT 4ax DOT com> <38FC1B75 DOT FEE68C97 AT yahoo DOT com> <60g2e8 DOT 3r DOT ln AT news DOT inet DOT tele DOT dk> NNTP-Posting-Host: d1.8a.0d.9d User-Agent: slrn/0.9.6.2 (Linux) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Mon, 24 Apr 2000 23:57:26 +0200, Thomas Overgaard wrote: >Outsider Wrote: >> >> Check this out. >> >> Here is a search page for Microsoft product support: >> http://search.support.microsoft.com/kb/c.asp >> >> Windows 3.x users are EXCLUDED access to this page! >> Windows 4.x users are ALLOWED access to this page! >> >> When I try to access the page using Windows 3.11, I get fowarded >> to this page instead: >> http://search.support.microsoft.com/support/misc/unsupported.asp >> >> Can this be legal to deny this page (support) to Windows 3.x users >> while providing it for Windows 4.x (a.k.a. 95/98) users? >> >Strange, I just tried using Netscape 4.7 and Mozilla 14 (Netscape 5) >both linux versions without any problems. > >-- >Thomas O. Try visiting it using lynx. On Tue Apr 25 01:17:20 EDT 2000, this url redirected lynx, and I would assume other browsers it doesn't like to the unsupported.asp mentioned above. Ironically this results in a 404 error message. Go figure... -- Hexdump Registered Linux User # 168737 #!/usr/bin/perl @a=(Lbzjoftt,Inqbujfodf, Hvcsjt); $b="Lbssz Wbmm" ; $b =~ y/b-z/a-z/ ; $c = " Tif ". @a ." hsfbu wj" ."suvft pg b qsphsbnnfs" . ":\n"; $c =~y/b-y/a-z/; print"\n\n$c "; for($i=0; $i<@a; $i++) { $a[$i] =~ y/b-y/a-z/; if($a[$i]eq$a [-1]) {print"and $a[$i]." ; }else{ print"$a[$i], "; }}print"\n\t\t--$b\n\n";