the only errors that cause KIX to stop running are syntax errors, otherwise you will be able to check the @error and @serror to see if your drive was mapped or not.

----------
use u: "\\server\share"
if @error <> 0 ? @serror endif
----------

could you please post the part of the script that is stopping?

Bryce