Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <000f01c04a6f$ac297fc0$0c5e460a@empros.com> From: "Geoff Hart" To: Subject: cleartool & CYGWIN=tty Date: Thu, 9 Nov 2000 11:08:25 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Hello, Is there a way to fool a Windows app (cleartool) into thinking STDIN is a DOS console? I believe cleartool calls "isatty" to determine whether to show a prompt or not ("cleartool> "). I was hoping I could pipe in some program which would create a pseudo DOS tty for STDOUT, while it simply echoed whatever it recieved on STDIN. (like: "bash$ fake_console | cleartool") I know I can achieve this by starting bash, with CYGWIN=notty in a regular DOS Command Propmt window, but I like to use TTY support *PLUS* I like to use RXVT. Also, cleartool has a "-e" option which hints at what I want, but it doesn't have any apparent effect Example: bash$ cleartool q bash$ cleartool -e q bash$ cleartool