- Feb 12, 2001
- 4,640
- 11
- 76
I need use the username to process some things through the NT login script. This works fine on my NT/2000 workstations but not on Win95 workstations. Since Windows95 does not recognize the %username% variable like NT/2000, is there something I can use that will help me accomplish the same thing, such as mapping a network drive based on the user name other than the home directory:
net use \\server\%username%$ works fine in NT/2000 but not in Win95.
Thanks in advance for any help.
net use \\server\%username%$ works fine in NT/2000 but not in Win95.
Thanks in advance for any help.
