AU3-盘副隐射工具
#cs ----------------------------------------------------------------------------AutoIt Version: 3.1.1.0
Author: myName
Script Function:
Template AutoIt script.
#ce ----------------------------------------------------------------------------
; Script Start - Add your code below here
#NoTrayIcon
If FileExists(@ScriptDir&"\bxwl.ini") = 0 Then
MsgBox(4096,"提示","配置文件不存在,程序即将退出.请联系管理员!")
Exit
EndIf
$name = IniRead(@ScriptDir &"\bxwl.ini","bxwl","盘名","")
$fw = IniRead(@ScriptDir &"\bxwl.ini","bxwl","远程目录","")
DriveMapAdd($name, $fw)
页:
[1]