NT batch files - TechRepublic
General discussion
January 29, 2001 at 07:16 AM
frec1

NT batch files

by frec1 . Updated 24 years, 8 months ago

I have a NT 4.0 server network with 98,95 and 2000 clients. I created login scripts that run 100% in 2000professional But in the 95 only one command works. The batch files goes as folllows.

net use x: “\\servername\My Documents”
net use y: “\\servername\profiles\%username%”

This batch runs in the Windows 2000 operating system but when I try to run the batch in 95 only the map to the my documents connects, the profile for the %username% doesn’t work”

This discussion is locked

All Comments