Hi.
I'm running a script to map drives based on group assignment. works great on w2k or better. On win9x, the script runs, but no drives will map. However, when I log into the 9x station, the drives map. What gives? Any ideas?
The login.cmd file calls \\servername\sharename\kix32.exe filename.kix . Filename.kix simply calls a file called drivemaps.kix which includes only IF INGROUP("domain\group") use ... statements.

any ideas would be appreciated.
kd