This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: cygwish80



----- Original Message -----
From: Delorenzi, Richard <RDelorenzi@alarismed.com>
To: <cygwin@cygwin.com>
Sent: Thursday, June 14, 2001 5:45 AM
Subject: cygwish80


> Hi I am writing a small tcl/tk program, and am having problems writing
to
> stdout.
> I need to write to stdout to tell the calling program which button the
user
> pressed. But cygwish seems to direct stdout to its console window, can
any
> one help.

The simplest way to do this is to add the following
to you script :

   if {$tcl_platform(platform) == "windows"} {
      console show
   }

--Mark



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]