I am busy with a windows application, and I need to store some user-specific
settings. I used to do it with an ini file in the windows directory, but I
think it will be easier to store it in the registry under het
HKEY_CURRENT_USER/SOFTWARE/<myprog> key.
Is there a way to read and write these settings in the current version of
TCL?
Any examples?
Regards,
Pat.
Yes, fairly easily.
> Any examples?
Yes, again - see http://wiki.tcl.tk/1264.html
it has links to the man page for the registry package
and numerous examples
Bruce
Okay,
IT works!!! thanx.
Pat.