Run out of Drive Letters, use Network Places in Script of batch file

Z

zAdmin

I hope i am posting this in the correct form.
I need some help, I connect to a windows 2000 server farm via Citrix.

I need to deploy a program and settings on all these servers, these
servers are NOT in a domain but are single stand alone machines.


I used to have about 12 server not that number is going to go up to
over 20, i need to create 2 drive maps to certain folders on each
server, I will be running out of drive letters soon. I looked around
and I could possibly use Network Places, but how would i invoke it in
a script or a batch file as I am constantly updating those mapped
drives.


Any help, ideas would be appreciated.


THanks!


z
 
P

Pegasus \(MVP\)

zAdmin said:
I hope i am posting this in the correct form.
I need some help, I connect to a windows 2000 server farm via Citrix.

I need to deploy a program and settings on all these servers, these
servers are NOT in a domain but are single stand alone machines.


I used to have about 12 server not that number is going to go up to
over 20, i need to create 2 drive maps to certain folders on each
server, I will be running out of drive letters soon. I looked around
and I could possibly use Network Places, but how would i invoke it in
a script or a batch file as I am constantly updating those mapped
drives.


Any help, ideas would be appreciated.


THanks!


z

Use UNC coding:

net use \\SomeServer\SomeShare
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top