Have you given those users permissions to access the share on the workstation?
--
Doug Knox, MS-MVP Windows Media Center\Windows Powered Smart Display\Security
Win 95/98/Me/XP Tweaks and Fixes
http://www.dougknox.com
--------------------------------
Per user Group Policy Restrictions for XP Home and XP Pro
http://www.dougknox.com/xp/utils/xp_securityconsole.htm
--------------------------------
Please reply only to the newsgroup so all may benefit.
Unsolicited e-mail is not answered.
"Joe" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> Hello,
> I have a Windows Server 2003 with xp workstations.I have a file name
> "LOGIN_SCRIPT.bat" file for a few select user accounts located in their
> Login Path. It maps 2 drives for 2 shares created on the server and works
> fine. I thought I could create another share located on an XP workstation
> and place the UNC path in the same batch file. It does not seem to work.
> What am I doing wrong.I humbly appreciate any suggestions. Thank you in
> advance. Here's the syntax:
>
> File name is: LOGIN_SCRIPT.bat
> NET USE Z: \\servername\sharename
> NET USE Y: \\servername\sharename
> NET USE X: \\xpworkstationname\sharename
>
>