----- Original Message -----
From: Delorenzi, Richard <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
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