|
Please, I have a mapping in script novell that map one determined drive for all the one user. for example 1: 1) folder accounting - f:\server\dep\cont 2) folder to user - f:\server\user\ali 3) folder aplic - f:\server\aplic\aplic44
being that these folders have many other folders for example 2: 1) folder accounting - f:\server\dep\cont, f:\server\dep\cont2, f:\server\dep\cont3 2) folder user - f:\server\user\ali, f:\server\user\teli, f:\server\user\fot 3) foder aplic - f:\server\aplic\aplic44, f:\server\aplic\aplic55, f:\server\aplic\aplic66
what I must make so that in one script windows 2000 with kix it makes this, directing the user for the folders that it has right in example 1???
Example of script in Novell Netware:
map Display off Break on dos Set usuario = login_name dos Set endereco = p_station dos Set grupo = "" map f:=.omega_data.servidores: - map all folders
|