Instead of using
code:
use "driveletter" "share"
If @Error
Else
EndIf

you could use
code:
Shell '%ComSpec% /c net use "driveletter" "share"'
If @Error
Else
EndIf

That way it works for our Windows'95 environment. For Windows 2000 there's no problem in tha API (i thought an bug in the '95 netapi was the problem).
_________________________
Kind regards,