delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2003/07/29/12:17:00

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
X-Authentication-Warning: slinky.cs.nyu.edu: pechtcha owned process doing -bs
Date: Tue, 29 Jul 2003 12:16:13 -0400 (EDT)
From: Igor Pechtchanski <pechtcha AT cs DOT nyu DOT edu>
Reply-To: cygwin AT cygwin DOT com
To: =?iso-8859-1?q?philippe=20guillaume?= <guillaume_pfr AT yahoo DOT fr>
cc: cygwin AT cygwin DOT com
Subject: Re: And now a problem with tcl
In-Reply-To: <20030729142617.70132.qmail@web9901.mail.yahoo.com>
Message-ID: <Pine.GSO.4.44.0307291214460.7444-100000@slinky.cs.nyu.edu>
Importance: Normal
MIME-Version: 1.0

On Tue, 29 Jul 2003, philippe guillaume wrote:

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

IIRC, tcl doesn't understand POSIX paths.  So, your solution (exec sh ...)
is correct (you could also most likely omit the full path from scriptsh,
i.e, use "exec sh scriptsh", provided scriptsh *is* in the PATH).
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha AT cs DOT nyu DOT edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor AT watson DOT ibm DOT com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton


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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019