Jump to content

batch vs autoit3


Recommended Posts

Straight from the help file...

DriveMapAdd

--------------------------------------------------------------------------------

Maps a network drive.

DriveMapAdd( "device", "remote share" [, flags [, "user" [, "password"]]] )

Parameters

device The device to map, for example "O:" or "LPT1:". If you pass a blank string for this parameter a connection is made but not mapped to a specific drive. If you specify "*" an unused drive letter will be automatically selected.

remote share The remote share to connect to in the form "\\server\share".

flags [optional]

A combination of the following:

0 = default

1 = Persistant mapping

8 = Show authentication dialog if required

user [optional] The username to use to connect. In the form "username" or "domain\username".

password [optional] The password to use to connect.

CheersNobby

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...