(Solved) - How to make a BAT file to make Network Drive

How to Create Batch File to Mount Network Drive | Tech Nov 02, 2011 NET USE in a batch file- sometimes works - Windows 10 Forums 11 hours ago · Batch file to search directory for file type and copy to new location in General Support Hi all, Not sure if posting in correct area, I would like to have a batch file that can search a directory or drive for file type and copy that file into a new directory renaming the file to … Batch File to Map Network Drive based on Server response I need a batch file to map a network drive based on a servers ping response, for example: if server 1 is responding to pings i want the V: drive to map to \\server1\share if it is not responding then i want it to ping server2, if that responds, then I want the V: drive to map to \\server2\share. How to map a local folder to a drive letter in Windows

devicename = the dive letter for the map drive. computername = is the computeer wher the share exists. sharename = is the name of the share. So to create a batch file that will map a drive to different computers that are sharing folders, we'll use the following commands: net use W: \\computer1\MP3 . net use X: \\computer2\Photos

You can map a network drive via script in a few different ways this post will show you how to do it using batch script, VBScript and PowerShell. Map a network drive Batch script. Batch script is the most basic way to map a network drive with a script and is pretty easy to do. Map/Disconnect a Network Drive (Batch File) REM Batch File to map network drive NET USE H: \\server\share REM Disconnect a mapped network drive NET USE H: /d The topic is about Map/Disconnect a Network Drive so everyone of those who have some idea what it is all about can share their views with us for the better help of others. Map a network drive - support.microsoft.com

I need a batch file to map a network drive based on a servers ping response, for example: if server 1 is responding to pings i want the V: drive to map to \\server1\share if it is not responding then i want it to ping server2, if that responds, then I want the V: drive to map to \\server2\share.

what i want is to have a batch file that users can run, and map their one drive for business library as a local network drive via net use. The reason we do not want to use the onedrive application, is because we are a health care provider, and we do not want PHI on laptops out in the field, so this would suffice. Using network drives in a batch file Oct 28, 2005 Batch file to map a network drive not working | [H]ard|Forum