Hi all,

I need to connect a group to a share. But after many time to try, the script doesn't work. They are the script :
Code:

IF INGROUP("news")
use \\test-nas1 /user:xxclient /password:xxclient
ENDIF



I want to know if is ok, cause if i try my batch file, it's work:
Code:

net use \\test-nas1 /user:xxclient xxclient



Thx to help me