Home > Archive > Tcl > September 2006 > How to run tcl in ActiveTcl Windows?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to run tcl in ActiveTcl Windows?
|
|
|
| Hi all,
How to run tcl in ActiveTcl Windows?
I have tried "source x.tcl", "tcl x.tcl", "tcltk x.tcl" in Windows
command, but all fail.
Thanks!
Davy
| |
| Donald Arseneau 2006-09-23, 4:02 am |
| "Davy" <zhushenli@gmail.com> writes:
> How to run tcl in ActiveTcl Windows?
> I have tried "source x.tcl", "tcl x.tcl", "tcltk x.tcl" in Windows
> command, but all fail.
tclsh is the normal command (wish for Tcl+Tk)
You will have to check if Activetcl directories are on your PATH.
--
Donald Arseneau asnd@triumf.ca
| |
| Cameron Laird 2006-09-23, 7:02 pm |
| In article <yfilkob83mj.fsf@triumf.ca>,
Donald Arseneau <asnd@triumf.ca> wrote:
>"Davy" <zhushenli@gmail.com> writes:
>
>
>tclsh is the normal command (wish for Tcl+Tk)
>
>You will have to check if Activetcl directories are on your PATH.
|
|
|
|
|