在用程序自动传输文件时,如果网盘经常自动断开,可建立如下的bat文件:
映射网盘:
net use M: \\oibtaoutputfs81\vol1$ password /user:username
net use /persistent:yes
断开网盘:
net use M: /del
映射网盘:
net use M: \\oibtaoutputfs81\vol1$ password /user:username
net use /persistent:yes
断开网盘:
net use M: /del
本文介绍了一种通过创建批处理文件实现网盘文件自动传输的方法。具体步骤包括使用`net use`命令来映射网盘路径并设置持久连接,以及如何断开连接。
1048

被折叠的 条评论
为什么被折叠?



