> -----Original Message-----
> From: Bartis, Robert M (Bob) [mailto:[EMAIL PROTECTED]] 
>
>       1) When writing a simple tcl application that I intend 
> to run on a Windows platform, how do I get the puts strings 
> to show up in an MS-DOS or equivalent window. I could provide 
> a simple tk window to display the output in, but it seems 
> when you run a puts $s command the information should 
> automatically show up somewhere (ala UNIX).

Windows doesn't really have a console like the one that unix users are used
to.  If you start a 'wish' GUI app, the application doesn't even really have
stdout and stderr.  See http://mini.net/tcl/WindowsWishConsole and
http://mini.net/tcl/Tkcon

Bob
-- 
Bob Techentin                        [EMAIL PROTECTED] 
Mayo Foundation                                 (507) 538-5495 
200 First St. SW                            FAX (507) 284-9171
Rochester MN, 55901  USA            http://www.mayo.edu/sppdg/ 


_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/vtcl-user

Reply via email to