cygwish80

MarK Stucky mstucky5@home.com
Thu Jun 14 15:23:00 GMT 2001


----- 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



More information about the Cygwin mailing list