连接或断开计算机与共享资源的连接,或显示有关连接的信息。
NET USE [devicename | *] [\\computername\sharename[\volume] [password | *]] [/USER:[domainname\]username] [/USER:[dotted domain name\]username] [/USER:[username@dotted domain name] [/SMARTCARD] [/SAVECRED] [[/DELETE] | [/PERSISTENT:{YES | NO}]]
\\computername\sharename - 这是需要连接的共享的名称。
/USER - 需要指定此项,以确保在连接到网络共享时指定了正确的凭据。
net use z:\\computer\test
上面的命令将连接到共享名\\computer\test并为其分配Z:驱动器名。
参考链接
https://www.learnfk.com/batch-script/batch-script-net-use.html
标签:username,USE,computername,无涯,batch,computer,USER,NET,连接 From: https://blog.51cto.com/u_14033984/8325682