We have recently moved over to NT4 from Novell, and have managed to re-create all of our group and personal share schemes we had in Novell.

However we need to map a directory for specific users. The directory will be different for each user so we cannot use a group mapping. We have also already used the home root path in the profile so cannot use that.

The script we are using is as follows:-

?@USERID

IF @USERID = "APerson"
shell "net use q: \\server\Share$\APerson"

endif

The mapping works if you type it in from the command prompt, and all of the permissions are OK.

We are using NT4SP6 servers and clients.

Any help with this problem would be gratefully appreciated.