Hello BB,

Thanks for all of the previous help. I will be getting updates to previous posts up today.
The problem I am currently having is this.

I am currently using INGROUP to map certain drives.Ex:

IF INGROUP("Nautilus")=1
Use N: "\\NAUTILUS01\NAUTILUS"
ENDIF

The problem is, the drive is in an untrusted domain. We have established a user account in the domian, and would like all users in this group to map this drive connecting to this resource as a certain user.

I have tried :

IF INGROUP("Nautilus")=1
Use N: "\\NAUTILUS01\NAUTILUS /U:Localmachine\user password"
ENDIF

But it is not working. Any help would be great.

My other question is how do you import a exported registry file using kix. I have a .reg file that I need to import for the same group of users.

All help is greatly appreciated.

Thanks,

Judd