From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FAKE_REPLY_C, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,CP1252 X-Google-Thread: 103376,133a1cc851048c42 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-10 04:26:32 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!fr.usenet-edu.net!usenet-edu.net!enst.fr!not-for-mail From: "David C. Hoos, Sr." Newsgroups: comp.lang.ada Subject: Re: Ansi.sys Date: Mon, 10 Mar 2003 06:27:38 -0600 Organization: ENST, France Message-ID: Reply-To: "comp.lang.ada mail to news gateway" NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 8bit X-Trace: avanie.enst.fr 1047299191 56622 137.194.161.2 (10 Mar 2003 12:26:31 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Mon, 10 Mar 2003 12:26:31 +0000 (UTC) Cc: sbourgo@noos.fr To: "comp.lang.ada mail to news gateway" Return-Path: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.1 Precedence: list List-Id: comp.lang.ada mail to news gateway List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:35123 Date: 2003-03-10T06:27:38-06:00 The "trick" with the "tee" tool works under the bash shell, as well as tcsh. Directory sytax under either of the shells looks like g:/gnat/Examples One of my reasons for using tcsh is the fact that it provides command line completion by pressing the TAB key. Another reason is that I prefer its syntax when writing shell scripts. One of the places tcsh can be found is http://ftp.yars.free.net/pub/software/windows/programming/cygwin/release/tcsh ----- Original Message ----- From: "S�bastien Bourgogne" < > Newsgroups: comp.lang.ada To: Sent: March 10, 2003 5:00 AM Subject: Re: Ansi.sys > I am just intall the cygwin and toosl!! > but i can proceed to run my exe file? I don't know very good unix world!! > :-( > for exemple my prog call : exemple_gf_direct1.exe > how can i know if tcsh shell is install? > > thanks for your help!! > "David C. Hoos, Sr." a �crit dans le message > news: mailman.2.1047268069.32742.comp.lang.ada@ada.eu.org... > > Here is a "trick" that will work to process ANSI terminal sequences > > to provide a correct display on Windows NT, 2000 and XP. > > > > 1. Install the cygwin dll and tools found at > > http://www.cygwin.com/ > > > > 2. Run your program in the cygwin shell, or another Unix shell > > compatible with Windows NT, 2000 and XP (I prefer tcsh). > > > > 3. Pipe your programs output through the cygwin "tee" tool -- e.g.: > > > > diners | tee > > > > The "tee" tool sends its standard input to the standard output, > > and if a filename argument is supplied to tee, also to the > > specified file. > > > > The "tee" standard output processes ANSI escape sequences and > > provides the appropriate display. > > > > I suppose someone who had the time could merge the source code > > for the shell and the "tee" tool to produce an ANSI compliant > > shell terminal. > > > > > > ----- Original Message ----- > > From: "Roger Gari�py" > > Newsgroups: comp.lang.ada > > To: > > Sent: March 09, 2003 6:36 PM > > Subject: Re: Ansi.sys > > > > > > > You are out of luck. I never found an ansi.sys that work with > > > Windows 2000. > > > > > > You will have to write to Bill Gates and/or ask for a refund. > > > > > > Roger Gari�py :-) <- :-( > > > rgariepy@rocler.qc.ca > > > > > > ------------------------------ > > > > > > "S�bastien Bourgogne" a �crit dans le message de > > > news: 3e6b4190$0$2873$79c14f64@nan-newsreader-02.noos.net... > > > > Hi, > > > > > > > > I work with Ada95 ( but the compilation is made with Ada83), and > > > Windows > > > > 2000. > > > > I use ansi caracter but when i see my exe file, i don't see the > > > good > > > > result!! > > > > I can see the ansi caracters!!! > > > > > > > > I have already change my config.nt. I've added this instructions : > > > > device=%systemroot%\system32\ansi.sys > > > > but there are no result!! :-( > > > > > > > > How can i do proceed ? > > > > > > > > thanks a lot!! > > > > > > > > > > > > > > _______________________________________________ > > > comp.lang.ada mailing list > > > comp.lang.ada@ada.eu.org > > > http://ada.eu.org/mailman/listinfo/comp.lang.ada > > > > > > > > > > > > > _______________________________________________ > comp.lang.ada mailing list > comp.lang.ada@ada.eu.org > http://ada.eu.org/mailman/listinfo/comp.lang.ada > >