Login Script question...

J

Joe Banks

I was curious if there is a way that I can some how create a login script
that will map drives acording to the local server?

We are a bank that has what we call floaters. Theses are employees that
may work in Branch A today and then Branch B the next day. I would like to
be able to create a login script that will map out the drives that this
user needs according to the branch they are at today. All of the branches
are the same as far as a directory structure is concerned.

For example:

Today at Branch A they login into a local computer and the login script
maps the F: drive to \\Br-A\Data.

The next day while at Branch B they login to a local computer and the login
script maps the F: drive to \\Br-B\Data.

Is there a variable that we could use that would get the local server name
and then just plug it into the script and therefore accomplish the task?
There is only one server per location.

Thanks in advance.
 
R

Robert Cohen

if you post your question to a vbscript group, you will get the way to do
it. It is pretty easy but not appropriate for this group.
 
J

Joe Banks

Thanks for your response

if you post your question to a vbscript group, you will get the way to
do it. It is pretty easy but not appropriate for this group.
 

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