I am playing around with Windows NT 4.0 and have created a domain with users and user shares and such....Users are validated fine, but the login script only works on the Windows NT 4.0, not on a Windwos 98(SE) machine. The script is:
Code:
net use %HOMEDRIVE% %HOMESHARE%\%USERNAME%
I've checked those variables using ECHO, and they all return empty..
Code:
echo %HOMEDRIVE%
echo is on
I've searched around Microsoft's support articles but I can't find anything that addresses this(possibly because I'm using the wrong terminology?).
how do I get those variables to work correctly on the NT and 98 machines?
Thanks a lot,
George
Last edited by Rh0ads; Jul 12th, 2004 at 09:26 AM.