PC Review


Reply
Thread Tools Rate Thread

Mapping local drives to clients

 
 
Mike
Guest
Posts: n/a
 
      12th Feb 2004
Hello,

We are running Windows 2003 Enterprise (Terminal Servers - load balanced).
For one of our applications, I need to be able to create a batch file which
copies to the client machine's local floppy drive (or hard drive), but I
cannot figure out a way to assign these local drives a drive letter - in
Explorer, they show up as A ON MACHINE_1. Does anyone know of a way to
assign these a drive letter to use in a script?? I looked into TriCerat -
they seem to have a nice program to do this, but it does not support 95/98
clients (we have a lot of 9x clients)

TIA!

Mike




-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
 
Reply With Quote
 
 
 
 
Ron Oglesby [MVP]
Guest
Posts: n/a
 
      12th Feb 2004
My first thought is why do it to the client drive? poor transfer speeds via
the virtual channel and all. Why not do it to their local profile on the
Terminal Server or to their home directory if you just need a location for
it to be unique for each user.

home directory may be a good choice since that is seen as a simple drive
letter.

--
Ron Oglesby
Microsoft MVP - Terminal Services


"Mike" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello,
>
> We are running Windows 2003 Enterprise (Terminal Servers - load balanced).
> For one of our applications, I need to be able to create a batch file

which
> copies to the client machine's local floppy drive (or hard drive), but I
> cannot figure out a way to assign these local drives a drive letter - in
> Explorer, they show up as A ON MACHINE_1. Does anyone know of a way to
> assign these a drive letter to use in a script?? I looked into TriCerat -
> they seem to have a nice program to do this, but it does not support 95/98
> clients (we have a lot of 9x clients)
>
> TIA!
>
> Mike
>
>
>
>
> -----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
> http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
> -----== Over 100,000 Newsgroups - 19 Different Servers! =-----



 
Reply With Quote
 
Mike
Guest
Posts: n/a
 
      12th Feb 2004
"Ron Oglesby [MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> My first thought is why do it to the client drive? poor transfer speeds

via
> the virtual channel and all. Why not do it to their local profile on the
> Terminal Server or to their home directory if you just need a location for
> it to be unique for each user.
>
> home directory may be a good choice since that is seen as a simple drive
> letter.
>
> --
> Ron Oglesby
> Microsoft MVP - Terminal Services
>
>
> "Mike" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hello,
> >
> > We are running Windows 2003 Enterprise (Terminal Servers - load

balanced).
> > For one of our applications, I need to be able to create a batch file

> which
> > copies to the client machine's local floppy drive (or hard drive), but I
> > cannot figure out a way to assign these local drives a drive letter - in
> > Explorer, they show up as A ON MACHINE_1. Does anyone know of a way to
> > assign these a drive letter to use in a script?? I looked into

TriCerat -
> > they seem to have a nice program to do this, but it does not support

95/98
> > clients (we have a lot of 9x clients)
> >
> > TIA!
> >
> > Mike
> >
> >
> >
> >
> > -----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
> > http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
> > -----== Over 100,000 Newsgroups - 19 Different Servers! =-----

>
>


Because the State requires that we copy it to a floppy and send it in the
mail!! I know - ridiculous! I HAVE to get the file to the local floppy.

Thanks for the response!

Mike




-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
 
Reply With Quote
 
Vera Noest [MVP]
Guest
Posts: n/a
 
      12th Feb 2004
Have you tried to map the local floppy with:

net use X: \\tsclient\A

--
Vera Noest
MCSE, CCEA, Microsoft MVP - Terminal Server
http://hem.fyristorg.com/vera/IT
--- please respond in newsgroup ---

"Mike" <(E-Mail Removed)> wrote in
news:(E-Mail Removed):

> "Ron Oglesby [MVP]" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> My first thought is why do it to the client drive? poor
>> transfer speeds

> via
>> the virtual channel and all. Why not do it to their local
>> profile on the Terminal Server or to their home directory if
>> you just need a location for it to be unique for each user.
>>
>> home directory may be a good choice since that is seen as a
>> simple drive letter.
>>
>> --
>> Ron Oglesby
>> Microsoft MVP - Terminal Services
>>
>>
>> "Mike" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> > Hello,
>> >
>> > We are running Windows 2003 Enterprise (Terminal Servers -
>> > load

> balanced).
>> > For one of our applications, I need to be able to create a
>> > batch file

>> which
>> > copies to the client machine's local floppy drive (or hard
>> > drive), but I cannot figure out a way to assign these local
>> > drives a drive letter - in Explorer, they show up as A ON
>> > MACHINE_1. Does anyone know of a way to assign these a drive
>> > letter to use in a script?? I looked into

> TriCerat -
>> > they seem to have a nice program to do this, but it does not
>> > support

> 95/98
>> > clients (we have a lot of 9x clients)
>> >
>> > TIA!
>> >
>> > Mike

>
> Because the State requires that we copy it to a floppy and send
> it in the mail!! I know - ridiculous! I HAVE to get the file
> to the local floppy.
>
> Thanks for the response!
>
> Mike

 
Reply With Quote
 
Mike
Guest
Posts: n/a
 
      12th Feb 2004
Just tried it. Did not work. (Error 67 - not found) Thanks for the
response though.

Mike

"Vera Noest [MVP]" <(E-Mail Removed)> wrote in message
news:Xns948DE11718EE2veranoesthemutforsse@207.46.248.16...
> Have you tried to map the local floppy with:
>
> net use X: \\tsclient\A
>
> --
> Vera Noest
> MCSE, CCEA, Microsoft MVP - Terminal Server
> http://hem.fyristorg.com/vera/IT
> --- please respond in newsgroup ---
>
> "Mike" <(E-Mail Removed)> wrote in
> news:(E-Mail Removed):
>
> > "Ron Oglesby [MVP]" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> >> My first thought is why do it to the client drive? poor
> >> transfer speeds

> > via
> >> the virtual channel and all. Why not do it to their local
> >> profile on the Terminal Server or to their home directory if
> >> you just need a location for it to be unique for each user.
> >>
> >> home directory may be a good choice since that is seen as a
> >> simple drive letter.
> >>
> >> --
> >> Ron Oglesby
> >> Microsoft MVP - Terminal Services
> >>
> >>
> >> "Mike" <(E-Mail Removed)> wrote in message
> >> news:(E-Mail Removed)...
> >> > Hello,
> >> >
> >> > We are running Windows 2003 Enterprise (Terminal Servers -
> >> > load

> > balanced).
> >> > For one of our applications, I need to be able to create a
> >> > batch file
> >> which
> >> > copies to the client machine's local floppy drive (or hard
> >> > drive), but I cannot figure out a way to assign these local
> >> > drives a drive letter - in Explorer, they show up as A ON
> >> > MACHINE_1. Does anyone know of a way to assign these a drive
> >> > letter to use in a script?? I looked into

> > TriCerat -
> >> > they seem to have a nice program to do this, but it does not
> >> > support

> > 95/98
> >> > clients (we have a lot of 9x clients)
> >> >
> >> > TIA!
> >> >
> >> > Mike

> >
> > Because the State requires that we copy it to a floppy and send
> > it in the mail!! I know - ridiculous! I HAVE to get the file
> > to the local floppy.
> >
> > Thanks for the response!
> >
> > Mike



 
Reply With Quote
 
Hover Xue [MSFT]
Guest
Posts: n/a
 
      13th Feb 2004
Hi Mike,

You need to first share the A drive in your client before you can access it
in your terminal server.

1. Share the drive on the client computer that is to be mapped. For
example, to redirect drive A, start Windows Explorer, right-click Drive A,
click Sharing, and then click "Share this folder".

2. From the client computer, establish a session with the Terminal Services
server.

3. Open a Cmd.exe prompt and type the following syntax to map the drive:
"net use <driveletter>: \\<clientname>\<sharename> /persistent:yes"
(without the quotation marks)


where <driveletter> is the drive letter that you want to use for
redirection, and <sharename> is what the drive was shared out as on the
client computer. You need to run this command only once in the session.
After that, every time the connection is made, the drive is mapped.

A Virtual Private Network (VPN) connection must be initiated before you
attempt drive redirection. Drive redirection does not work through an
Internet connection.

For more informaiton, please see:
272519 How to Redirect a Client Drive in Terminal Services
http://support.microsoft.com/?id=272519

Note: the Drive Share utility described in the article no longer works for
Windows Server 2003.

Hope this helps!

Regards,
Hover Xue
MCSE 2000, MCDBA
Microsoft Partner Support

Get Secure! - www.microsoft.com/security

============================================================================
==============

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

============================================================================
==============

This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
| NNTP-Posting-Date: Thu, 12 Feb 2004 16:20:23 -0600
| From: "Mike" <(E-Mail Removed)>
| Newsgroups: microsoft.public.win2000.termserv.clients
| Subject: Re: Mapping local drives to clients
| Date: Thu, 12 Feb 2004 17:20:34 -0500
: microsoft.public.win2000.termserv.clients
|
| Just tried it. Did not work. (Error 67 - not found) Thanks for the
| response though.
|
| Mike
|
| "Vera Noest [MVP]" <(E-Mail Removed)> wrote in message
| news:Xns948DE11718EE2veranoesthemutforsse@207.46.248.16...
| > Have you tried to map the local floppy with:
| >
| > net use X: \\tsclient\A
| >
| > --
| > Vera Noest
| > MCSE, CCEA, Microsoft MVP - Terminal Server
| > http://hem.fyristorg.com/vera/IT
| > --- please respond in newsgroup ---
| >
| > "Mike" <(E-Mail Removed)> wrote in
| > news:(E-Mail Removed):
| >
| > > "Ron Oglesby [MVP]" <(E-Mail Removed)> wrote in message
| > > news:(E-Mail Removed)...
| > >> My first thought is why do it to the client drive? poor
| > >> transfer speeds
| > > via
| > >> the virtual channel and all. Why not do it to their local
| > >> profile on the Terminal Server or to their home directory if
| > >> you just need a location for it to be unique for each user.
| > >>
| > >> home directory may be a good choice since that is seen as a
| > >> simple drive letter.
| > >>
| > >> --
| > >> Ron Oglesby
| > >> Microsoft MVP - Terminal Services
| > >>
| > >>
| > >> "Mike" <(E-Mail Removed)> wrote in message
| > >> news:(E-Mail Removed)...
| > >> > Hello,
| > >> >
| > >> > We are running Windows 2003 Enterprise (Terminal Servers -
| > >> > load
| > > balanced).
| > >> > For one of our applications, I need to be able to create a
| > >> > batch file
| > >> which
| > >> > copies to the client machine's local floppy drive (or hard
| > >> > drive), but I cannot figure out a way to assign these local
| > >> > drives a drive letter - in Explorer, they show up as A ON
| > >> > MACHINE_1. Does anyone know of a way to assign these a drive
| > >> > letter to use in a script?? I looked into
| > > TriCerat -
| > >> > they seem to have a nice program to do this, but it does not
| > >> > support
| > > 95/98
| > >> > clients (we have a lot of 9x clients)
| > >> >
| > >> > TIA!
| > >> >
| > >> > Mike
| > >
| > > Because the State requires that we copy it to a floppy and send
| > > it in the mail!! I know - ridiculous! I HAVE to get the file
| > > to the local floppy.
| > >
| > > Thanks for the response!
| > >
| > > Mike
|
|
|

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
local drives problem on ica32 clients Betole Microsoft Windows 2000 Terminal Server Clients 0 2nd Feb 2006 10:58 AM
Clients on a domain goes wrong on mapping network drives ciapal@gmail.com Microsoft Windows 2000 Active Directory 0 14th Nov 2005 10:03 AM
Mapping to Hard Drives for Windows XP SP2 Clients =?Utf-8?B?R2xlbm4gU3p5ZGxvd3NraQ==?= Windows XP Configuration 2 27th May 2005 05:16 PM
Mapping a Citrix Drive to a clients local machine Ryan Griep Microsoft Windows 2000 Terminal Server Clients 1 16th Dec 2003 10:50 PM
Seeing Clients local drives and Printers Bruce Microsoft Windows 2000 Terminal Server Clients 0 8th Aug 2003 08:48 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:52 PM.