Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Mapping Network Drive with Bat Files  (Read 4856 times)

0 Members and 1 Guest are viewing this topic.

tbirdnny

  • Guest
Mapping Network Drive with Bat Files
« on: August 02, 2004, 07:11:50 PM »
Could someone help me along in making a bat file to map network drives when i run the bat file ?

SKy

  • Guest
Re: Mapping Network Drive with Bat Files
« Reply #1 on: August 03, 2004, 08:29:27 AM »
It is the same as going to command prompt and type net use. U just put the commands into a text file and save that file as .bat

Example:

net use z: //computer2

put the commands into a text file and save the file as a .bat file.

If u are still in doubt, u can read up on "net use" commands and bat files.