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.


  Accessing the Windows Registry
 
 Starting with Tcl 8.0 you can use the registry package on Windows to access the registry. 

This package is only available on Windows. 

Note that the registry uses backslashes as separators and that Tcl treats a backslash as a special character. For example: 

package require registry
registry keys "HKEY_CLASSES_ROOT\TclScript\shell"
edit open