Advanced Search
Mail us
Home    Manuel    Links    Faq    Submit a tcl/tk Reference    Contact Us

    Some examples tcl/tk codes     Man of Bwidget     Man of blt     mkwidget screenshots     TkOgl     Video Demo real.


  Does Tcl/Tk read a resource/startup file?
 
 Yes, although the name and location varies by platform.

		tclsh			wish
Unix		~/.tclshrc		~/.wishrc
Windows		~/tclsh.rc		~/wishrc.tcl
Macintosh	(Someone tell me what it is for the Mac)

`~` translates into the user`s home directory, which usually means `C:`
on Windows.