Sensitivity: Subject: Problem with DJGPP on WIN 2000 To: djgpp AT delorie DOT com From: "Joseph Khalon" Date: Thu, 15 Aug 2002 13:14:19 -0400 Message-ID: X-MIMETrack: Serialize by Router on SMTP/Datascope(Release 5.0.9 |November 16, 2001) at 08/15/2002 01:15:04 PM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Reply-To: djgpp AT delorie DOT com Hi, I just installed DJGPP environment on my PC (WIN 2000) as you have recommended on the WEB : "What files to download ? " Everything went well however, when I run command 'cat' or 'ls' (located DJGPP/bin/ )or any commands that should dump ASCII to the STDOUT which in this case is DOS prompt (window), it does not do it !! but when I run the command forcing the output to a file like : c:\djgpp\bin\ls >c:\tmp\myfile It works and I can see the result. I believe the problem is to tell DJGPP environment that the STDOUT is the DOS prompt. Can you please help me to resolve this problem. As this is a matter of urgent for me, I will appreciate your quick reply. Thanks a lot. Joseph