I have read the manual and I have read the other post here by Laura thinking it might help. It didn't [Frown]

Here's my script:

CLS

"Hello "+ @FULLNAME
Chr(10)
Chr(10)
SETTIME "\\BSISRVE01"
"You local systems time has been synchronized with the server."
Chr(10)
Chr(10)
"Current time = " + @time
Chr(10)

USE "*" /DELETE ;Delete current drive mappings
USE H: \\titan\engineering
USE M: \\BSISRVE01\m2mdata
USE P: \\BSISRVE01\public
USE S: \\titan\sales
USE U: \\titan\disk1
USE Z: \\titan\%username%

IF InGroup( “test” )
use F: \\bsisrve01\acct
ENDIF

USE LIST
SLEEP 10

The thing works great! Except I have a group test and I am a member of it; and the darn thing will not map that F: drive to save my life.

Script is sitting on a W2k server and the client workstation is w2k pro.

I sure could use some help.