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
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.
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.
Summary: I am trying to create a batch file that will read a text file consisting of a list of servers. I want the batch file to map a drive, copy a file, then delete the mapping for each server in the text f...
Summary: Is there any way to do modify the HKEY_CURRENT_USER on a mapped drive connected by USB or BartPE? I have admin access and know the user/profile name and need to modify HKCU for one profile only from ...