Windows命令行形式打开服务器目录

把以下内容写入到新建的一个bat文件中,双击运行即可打开服务器目录。

也可以在cmd命令行中执行。

net use * /del /y

net use "\\10.75.xx.xxx" /user:ubuntu password
explorer "\\10.75.xx.xxx\ubuntu\home\ubuntu\zhangmin\"

你可能感兴趣的:(windows,net,目录,use,explorer)