General discussion
August 25, 2001 at 09:44 AM
jsarinana

Network login scripts to map ?

by jsarinana . Updated 24 years, 11 months ago

Trying to get a script to work for network login, so far it does nothing ?
file.bat:
if ‘%OS%’==Windows_NT’ goto nt4
:nt
net use h:/del
net use h:\\home\local (local is a share)
:end

profile Login Script Name: scripts\file.bat

which is stored: c:\\winnt\system32\repl\import\scripts\

This discussion is locked

All Comments