is there a way to use the exec command and continue on even if there are errors in the execution of the file
eg exec /dir/bin/file.sh $arg
returns and error in the file.sh
i have already taken care of the error in the file.sh so if there is an error the file.sh does somthing else
but tcl is freaking out because of this
i dont want it to care iwant it to exec the command and go on to the next command
dccsend /dir/bin/file.txt $nick
please help me