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. So far only one Windows 95 is able to setup the second line of the script, All Windows NT ran the script fine. it seems that the Windows 95 does not recognize the variable
%USERNAME%, they only map the first NET USE command and error out in the second one.