Hello all. I'm very new to KiXtart and I'm trying to write a login script to map home directories for users of NT/9x/2k clients on a Windows 2000 domain.

I don't have a problem mapping to shares using KiXtart, but I am having difficulty in mapping to home directories below the share. I realize 9x clients need kxrpc, I'm still testing the script using an XP client. Right now I'm just trying to figure out how to map to a specific directory. For example \\server\share\dir\username instead of \\server\share. Here's what I have so far:
---------------------
Use "*" /DELETE
Use G: "\\server\share1" /Persistent
Use H: "\\server\share2" /Persistent
Use I: "\\server\share3" /Persistent
Use J: "\\server\share4" /Persistent

If InGroup ("ISD")
Use x: "\\server\share1\users\@userid" /Persistent
EndIf
---------------------
...........Reading about @HOMESHR and @HOMEDIR, would that be a better way to go? Any help is appreciated.