Networking Forums

Networking Forums > Computer Networking > Windows Networking > Mapping a User Directory in W98

Reply
Thread Tools Display Modes

Mapping a User Directory in W98

 
 
Angela
Guest
Posts: n/a

 
      12-29-2003, 10:39 PM
Hi,

We are are trying to map to a user directory that resides
on a Win2003 server. We are using this code in a .bat
file. We tried from both the server and machine itself.

net use \\del\users\%username%

Says "Error 50: you have attempted an error that can not
be performed by your computer or from the server you are
trying to access...."

The same script runs on a Win2000 machine fine. The
server is using Active Directory. We can browse to the
folder and map it manually.

We would like to have the script run from the Win 2003
server.
 
Reply With Quote
 
 
 
 
Doug Sherman [MVP]
Guest
Posts: n/a

 
      12-30-2003, 01:31 AM
Windows 95/98 does not create environment variables such as %username%
automatically. You must create and define variables manually so that they
resolve correctly for each user.

See: http://support.microsoft.com/default...b;en-us;193808

Doug Sherman
MCSE Win2k/NT4.0, MCSA, MCP+I, MVP

"Angela" <(E-Mail Removed)> wrote in message
news:098f01c3ce65$1152e590$(E-Mail Removed)...
> Hi,
>
> We are are trying to map to a user directory that resides
> on a Win2003 server. We are using this code in a .bat
> file. We tried from both the server and machine itself.
>
> net use \\del\users\%username%
>
> Says "Error 50: you have attempted an error that can not
> be performed by your computer or from the server you are
> trying to access...."
>
> The same script runs on a Win2000 machine fine. The
> server is using Active Directory. We can browse to the
> folder and map it manually.
>
> We would like to have the script run from the Win 2003
> server.



 
Reply With Quote
 
Guest
Posts: n/a

 
      12-30-2003, 03:53 PM
thank you for that.

What I realized I did not mention was that even if we put
in the users name into the full path it gives the same
error. As well if we just type in "net use e:
\\server\users\username" in the run command, we get the
same message.

but our two other net use commands (mapping to shared
directories) have no problems. only to the users
directory.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
User is unable to access their user directory Nauip Windows Networking 1 04-08-2008 02:32 AM
mapping user's home directory to URL using apache. query.cdac@gmail.com Linux Networking 3 04-18-2007 11:57 AM
what is the difference b/w exchange user and active directory user basim alvi Windows Networking 1 02-19-2005 01:15 AM
Mapping to active directory Haydn Madigan Windows Networking 1 06-01-2004 10:56 AM
Need hep with Accessing user files on NT4 server shared user directory Terry Windows Networking 1 09-07-2003 06:54 AM



1 2 3 4 5 6 7 8 9 10 11