Problem with TCL , couldn't execute a TCL file

Elfyn McBratney elfyn@emcb.co.uk
Thu Jul 10 15:11:00 GMT 2003


On Thu, 10 Jul 2003, [iso-8859-1] philippe guillaume wrote:

> Hi !
>
> There's a new problem in porting my program ...
> A button of the main window (written in TCL) calls
> another TCL file.
>
> When i click on this button it produces this error:
>
> "Error : couldn't execute
> "C:\cygwin\home\me\THEPROGRAM": no such file or
> directory
>
> But this file really exists !!!
>
> it is called like this :
> "command {exec /home/me/THEPROGRAM &} "

Does changing the above to

  command {exec /home/me/THEPROGRAM.exe &}

work ?

Elfyn

-- 
Elfyn McBratney, EMCB
http://www.emcb.co.uk
elfyn@emcb.co.uk



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



More information about the Cygwin mailing list