Hi Klaus, For the "stop" solution:
status = 0 ... any_command_with_any_return_you_want && status=$(($status || $?)) => $status will always be 0 Best regards, -- Pierre TEYSSIER -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

