Computing.Net > Forums > Programming > access network drive via BAT file

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

access network drive via BAT file

Reply to Message Icon

Name: Tech_techy
Date: January 12, 2009 at 06:51:15 Pacific
OS: Windows XP / Windows server 2003
CPU/Ram: N/a
Product: N/a / N/A
Subcategory: Batch
Comment:

i am currently looking for a BAT file that i can use for local login's that will allow the user to access thier home area on our school network. this is required for specialist music software as it is unstable when the PC's are logged onto the network.

any help would be appreciated,

thank's in anticipation, Mike



Sponsored Link
Ads by Google

Response Number 1
Name: Holla
Date: January 12, 2009 at 20:38:18 Pacific
Reply:

Mike,
Your question is not clear.
If I understand right, you need a mechanism to map and unmap network drives. Is that correct?
In that case, you can use -

net use x: /d
and
net use x: \\servername\sharename

commands to delete-map and map.
type "net use /?" at the command prompt to get help on the command.

--
Holla.


0

Response Number 2
Name: Tech_techy
Date: January 13, 2009 at 02:18:41 Pacific
Reply:

the network drive in question is specific to each individual user e.g username - user1 has a networked home drive, that them and only them can use which is linked to thier logon. so the bat file at some point will need to refer to our active directory on our network for the logon details. this is because the logon being used on the PC to use the music software will be local (ie administrator [non networked]). this has to be done since it wont allow certain functions to work on the software.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


gpedit.msc from batch MIPS assembly - character...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: access network drive via BAT file

bat file www.computing.net/answers/programming/bat-file/18151.html

map network drive from text file www.computing.net/answers/programming/map-network-drive-from-text-file/19817.html

Bat file access to remote HKCU www.computing.net/answers/programming/bat-file-access-to-remote-hkcu/15385.html