--------编辑TXT文件,保存以下内容,另存为bat文件-----------
--------t在192.168.0.1上面创建torn文件夹共享,添加用户密码为torn/torn为访问权限-----------
@echo off
cd C:\Windows\System32
net use * /del /y
net use \\192.168.0.1\torn torn /user:torn /persistent:yes
start \\192.168.0.1\torn
exit
原文:https://www.cnblogs.com/torn/p/11684533.html