I still don't see why the @HOMESHR doesn't work. It works fine for me. Of course, I use:

code:
IF "@HOMESHR" <> "" USE I: @HOMESHR ENDIF

Of course, this checks to see if someone has a home folder before mapping it. Otherwise you will get an error if the @HOMESHR returns nothing.

The home share is usually at "\\SERVER\USERNAME", although this is not 100% consistent.

So, can someone tell me why the @HOMESHR might not work?

Brian