Okay...now I'm using:

$drive="\\server"\+@userid+chr(36)
use H: $drive

and the result is only half-right, because there is no H: drive, however, it seems to make a connection to the user's home share (on a Win98 machine, after running the kix script, which now looks like this):

use "*" /delete

$drive="\\server"+\@userid
use H: $drive

as soon as you execute the script, the first command works fine, all drive mappings are delted, and then you see \\server\userid,
and then you're back at the prompt. When I do a "net use" command, it just shows the \\server\userid connection, but there is no drive letter for it. In short, my connection is mapping, but the H: drive is not there.

And I thought a good night's sleep would clear everything up!

Please reply. This wasn't supposed to drag into today...I was supposed to have it figured out last night!

scsigrrrl99