Mandala,

IT's a bug!!!

Discovered it too, contacted M$ for the patch, no results!!!

Workaround:

Use SETL to set environment variables (su_drive,su_server,su_share) and let su start a script which makes the connection before doing anything else

code:
;--------------------
;Call_KIXSU.kix

SETL "su_drive=p:"
SETL "su_server=\\servername"
SETL "su_share=share"

;start su here running KIXSU.kix

;--------------------
;KIXSU.kix
use %su_drive% %su_server%+"\"+%su_share%

;Start whatever you like here

Don't forget to verify the connection!!!
_________________________
Greetz,
Patrick Rutten

- We'll either find a way or make one...
- Knowledge is power; knowing how to find it is more powerful...
- Problems don't exist; they are challenges...