actually:
RUN "NET USE "*" /DELETE"

is wrong.
it will only do:
RUN "NET USE "

it should be:
RUN 'NET USE "*" /DELETE'

to make it kixtart (faster kixtarts own command) replace that line with:
USE "*" /DELETE /persistent

the persistent switch removes those errors for good.
_________________________
!

download KiXnet