Very often from TCL scripts we may want to execute external commands. But not always they also available, sometime the command that we want to execute may not exist on the respective machine. One solution is to put the exec command in a catch { exect $your_command $arg1 $arg2 … } and then to check if it … Read Full Article
Aug 232013