How do I post my code? It gave me an error that I have html tags. I don't even know what that is really? I have no programing experiance so please bare with me. THis code below works for me
if INGROUP("TRAKKER")
USE L: /delete /Persistent
use L: "\\TK2\TRAKKER"
? "Member of Trakker group"
sleep 3
endif
if INGROUP("ESCROW-REO")
USE S: /delete /Persistent
use S: "\\FS2\REO$"
? "Member of ESCROW-REO group"
sleep 3
endif
Yes my KXRPC is running and it just seems since the more mappings that I have added it stops working. verion kix 4.11 is what we are using. I have code that copies shorcuts to the desktop if they don't exist and that stopped working also.
see code.
If Exist ("c:\windows\\DESKTOP\TRAKKE~1.PIF") = 0
If Exist ("c:\windows\\DESKTOP\TRAKKE~2.PIF") = 0
shell "%comspec% /c copy \\W2K2\netlogon\TRAKKE~1.PIF c:\windows\desktop"
shell "%comspec% /c copy \\W2K2\netlogon\TRAKKE~2.PIF c:\windows\desktop"
shell "%comspec% /c copy \\W2K2\netlogon\STARDO~1.PIF c:\windows\desktop"
sleep 3
endif
[ 14. November 2002, 20:50: Message edited by: Steve M ]
_________________________
Steve