- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Microsoft
- >
- Mapping a network drive script for Win XP
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2006 05:37 AM
тАО02-08-2006 05:37 AM
Mapping a network drive script for Win XP
when mapping the drive from my computer. they need to go to tools map network drive. enter in the \\server\username and then select logon as a different user so they can enter in there username and password. is there anyone who knows alot about scripts who could help me out with this. or even better write a script for me that works. i would like to beable to place the script on the machines desktops so they can just double click the icon and enter in their username and password. as the actual mapping a network drive has alot of steps for the age group of student i am working with.
thankyou James.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2006 06:25 AM
тАО02-08-2006 06:25 AM
Re: Mapping a network drive script for Win XP
net use X: \\server\share /user:domain\userid password
Now all the kids have to do is double click on the file and the share will be mapped.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2006 06:34 AM
тАО02-08-2006 06:34 AM
Re: Mapping a network drive script for Win XP
i.e. Using the same login as they use to get to their desktop?
or
Using a "lab" shared drive to connect to all as the same user?
If the User is the same as logged in, the drive mapping will attempt to auto login using the existing credentials.
If a common login, then Paul's example using the ID and password on the NET USE line will work.
Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2006 06:38 AM
тАО02-08-2006 06:38 AM
Re: Mapping a network drive script for Win XP
i tried useing the above mentioned method and it did not work
thanks for your help kepp the suggestions coming
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2006 07:01 AM
тАО02-08-2006 07:01 AM
Re: Mapping a network drive script for Win XP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2006 11:19 AM
тАО02-08-2006 11:19 AM
Re: Mapping a network drive script for Win XP
The contents of the CMD file were:
NET USE S: \\dltlan\labshare /user:DLT\aecplab labpassword
We also set the "My documents" folder to point to the S: drive.
The aecplab account has full permissions to the share.
Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2006 01:16 PM
тАО02-08-2006 01:16 PM
Re: Mapping a network drive script for Win XP
net use R: \\server_name\share_name /user:domain\userid password
tienna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-09-2006 02:48 AM
тАО02-09-2006 02:48 AM