>-----Original Message-----
>Instead of mapping the drive with a logon script, just
set it in the user
>"Profile" setting in the properties of thier account. It
has a place in it
>to specify the drive letter and the path. I think it
will then behave as if
>it was their "My Documents" folder instead of the local
My Documents. We
>don't do that here, so I'm a little fuzzy on just how it
will behave. Just
>try it on one or two users and see what happens
first...remeber to remove
>the login script for them because you don't want it to
map separately from
>the profile settings.
>
>--
>
>Phillip Windell [MCP, MVP, CCNA]
>www.wandtv.com
>
>"Dave" <(E-Mail Removed)> wrote in message
>news
D0A4C70-F379-4D62-9582-(E-Mail Removed)...
>> The past weeks we have tried to create a logon script
that does the
>following:
>> - creates a map on the W2K server when a user logs on.
>> - if this user start Word on his client machine, then
Word must
>automatically save the documents in the map created
during the logon
>procedure.
>>
>> An example:
>> Maureen logs on using a Windows 98 client and after the
procedure she has
>a map on the server.
>> We have used the command net use f: \\server\gebruikers\
%USERNAME% to
>achieve this and the result is a map on the server with
the name Maureen.
>> How do we tell Word, Excel or Powerpoint that every
created file must be
>saved in Maureen's map?
>
>
>.
>Use a login script. Map any common directories/shared in
there. i.e. net use s: \\servername\sharedfiles. Add a
line "net use u: /home" (no quotes) and save the script
file in the default server location as "logon.bat" (no
quotes). In the user's profile on the server add
logon.bat as the login script name. Then under "user's
home directory" specify U for the letter and type in the
path for that particular user i.e. \\servername\maureen$
Note: use the $ to hide the share so others cannot see it
on the network. For each subsequent user do the same and
you never have to change the login script again. Everyone
will map a home directory to U: and a sharedfiles
directory to S:. Set security as necessary. Then
depending on which version of Office you have 2 choices.
1. Create a computer policy to change the Word, Excel etc.
settings on each machine or you can go to Word and go
to "tools-options-file locations-documents and click
Modify" Specify the mapped drive and/or folder there. In
Excel it is "Tools-options-general and file locations".
Power Point is "Tools=options-save-default file
location".