#!/usr/bin/wish button .bob -text " Hello World !" -command { puts " Hello World !" } button .bye -text "bye" -command { destroy .} pack .bob pack .bye
don't forget chmod u+x this one...
submitted by: Jcadic (jycadic@ocare.com)