This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

exec file ignore errors help!

Old posts that have not been replied to for several years.
Locked
U
Unique

Post by Unique »

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

Locked