Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to Start Tcl

Status
Not open for further replies.

tmpalaniselvam

Programmer
May 14, 2000
68
IN
Hi!
Yesterday only, I have installed ActiveTcl8.3.3.2-7-win32-ix86.exe. I don't know, from where do I start....and guys, I expect your valuable guidence.

Help me....
TIA,
Palani.
 
You expect it? or you respect it?
What do you need to do that you can't do with an editor
and tcl/tk code? The active tcl distribution makes the
required file associations, and even changes the path variable for you at install time.
Just typing tkcon, or opening a command prompt and typing
tclsh/wish, should get you some results. If not change to your tcl\bin directory and exec the programs from there.
 
When I was starting out, I found the "Widget Tour" very helpful. All of the examples let you look at (and copy) the code. Bob Rashkin
rrashkin@csc.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top