> I need to write a tcl script to provide a GUI over a shell > script. Like every other work project this is a yesterday > project and I cannot find a site easily on how to write tcl. > I have a sample script but it is fairly rough, so I have the > 'script structure' it is the gui elements that I need help with.
http://www.tcl.tk/ seems more up to date.
Are you sure you gotta use Tcl? You can do GUI TK stuff in Perl and Python also. There are obviously far more resources and developer help for these two scripting languages compared to Tcl.
For something simple one of the dialogs might be enough. I use Xdialog for my shell scripting: it should handle what you describe.
HTH, Robert Thorsby -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
