Nt login Script for Win 95 - TechRepublic
General discussion
July 21, 2000 at 05:37 AM
jsoto

Nt login Script for Win 95

by jsoto . Updated 25 years, 10 months ago

I am setting up home directories for all my users. Some of them have NT Workstations 4.0 and others have Windows 95. The problem is with the Windows 95 users. I have created home directories for all of them. The login scrip reads like this:
NET USE V: \\TX\MIS – this is a group share
Net USE X: \\TX\%USERNAME% -this is supposed to point to the user’s home directory. All Windows NT ran the script fine. So far only one Windows 95 is able to setup the second line of the script, it seems that Windows 95 does not recognize the variable %USERNAME%, they only map the first NET USE command and error out in the second one.

This discussion is locked

All Comments