English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Im making a script that mounts several shared folders to a Windows server. What do I do if I run out of letters to assign the shares to?

Example:
net use f: \\sharedfoldername
and so

2007-03-16 06:38:37 · 3 answers · asked by ongraiden 3 in Computers & Internet Software

No zz doesnt work. This is in Windows 2000 by the way.

2007-03-16 07:01:24 · update #1

3 answers

You are limited to A through Z for drive letter assignments. I would recommend limiting the amount of shares you mount. If possible, then redesigning the structure of shares on the Windows server(s) would be best.

For instance, I work at a large corporation (3000+ servers, 100,000+ users worldwide), but we only map 3 shares, globally. J: = a common dfs root for all users in our North America domain. L: = a common dfs root for all users in our local company. H:=the users' home directory.

Under each dfs root we can map multiple dfs links which point to standard \\server\shares. So, the 3000+ users at the local company can still access the 500 shares on our file and print cluster with just the one L: drive mapping.

2007-03-16 13:09:04 · answer #1 · answered by Kevin 7 · 5 0

net use \\pathname /USER:domain or localhost\username password

reply if the above doesnt works..i use this in batch files to mount disks and map machines..


Cheers,
Batch..

2007-03-16 14:23:09 · answer #2 · answered by batch e 1 · 0 2

i believe you can use zz and other doubles as a drive.

2007-03-16 13:43:09 · answer #3 · answered by Anonymous · 0 2

fedest.com, questions and answers