Hi..everyone i am new to kix start and I am having trouble getting my win95 clent to map to there drives according to there GROUP, I have install the Kix service on my domain controllers and shared the users home drive as e.g \\a320pdc\john$...here is what I have done

a320.bat is called in the user profile.. @Echo off
%0\..\Kix32.exe script1.scr
EXIT

script1.scr
? "Setting DOS variables..."
SHELL "winset.exe USERNAME=@USERID"
SHELL "Winset.exe ADDRESS=@ADDRESS"
SHELL "Winset.exe COMPUTER=@WKSTA"
SHELL "Winset.exe DOMAIN=@DOMAIN"
SHELL "Winset.exe COMMENT=@COMMENT"
SHELL "Winset.exe FULLNAME=@FULLNAME"
SHELL "Winset.exe HOMEDIR=@HOMEDIR"
SHELL "Winset.exe HOMESHR=@HOMESHR"
SHELL "Winset.exe LSERVER=@LSERVER"
SHELL "Winset.exe PRIV=@PRIV"
? "Done."
Call a3201.bat
EXIT

a3201.bat
$drive= "\\a320pdc\"+@userid+chr(36)
use u: $drive


if INGROUP ("320Bellatlantic")
use f: "\\A320NTS07\SYS"
use n: "\\A320NTS07\Bellatlantic"
use r: "\\A320NTS07\CTS$"

endif
when the a3201.bat runs i am getting syntax error at if ingroup statment and bad commannd or file name at use command.
can some please help Thanks Darrend.

_________________________
DarrenD