UNPKG
@ahmic/autoit-js
Version:
latest (2.1.0)
2.1.0
2.0.0
1.1.0
1.0.1
1.0.0
Node.js bindings for AutoItX3.dll
github.com/KasimAhmic/autoit-js
KasimAhmic/autoit-js
@ahmic/autoit-js
/
dist
/
drive-map-add.d.ts
7 lines
(6 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
enum
DriveMapFlag
{
Default
=
0
,
Persistant
=
1
,
Authentication
=
8
}
export
declare
function
DriveMapAdd
(
device
:
string
,
share
:
string
,
flags
?:
DriveMapFlag
,
username
?:
string
,
password
?:
string
):
string
;