no problem, just do:

if @USERID="aPerson"
shell "%comspec% /c subst Q: \\server\Share$$\folder"
endif

But I guess that you figured that out allready?

If you have many people that use the same share you could use the INGROUP function.

1. create a group (e.g. Thisgroup)
2. add the users, that should have this share, to this group.
3. assign the correct share & NTFS rights.

In the script you could use:

if INGROUP("Thisgroup")
shell "%comspec% /c subst Q: \\server\Share$$\folder"
endif

[This message has been edited by DrillSergeant (edited 01 February 2001).]

_________________________
The Code is out there