Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <20030729135516.43516.qmail@web9904.mail.yahoo.com> Date: Tue, 29 Jul 2003 15:55:16 +0200 (CEST) From: =?iso-8859-1?q?philippe=20guillaume?= Subject: And now a problem with tcl To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit I've been searching for a long time about this problem. The command runs normally on Unix but not on Cygwin :( The problem concerns a command button which runs a sh-script ... Here is the syntax : button .frPrincipal.thug\ -activebackground "#beccbe" \ -background "#d2e0d2" \ -command {exec scriptsh &} \ -cursor {hand1} \ -font $font \ -height {2} \ -text {run scriptsh} \ -width {22} The directory containing the scriptsh file is defined in the PATH both on Cygwin and Unix. But it runs on Unix and not on Cygwin. Actually, i must type "exec sh /home/.../scriptsh" to run it ... So please, what can i do solve this problem ? ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/