@@ -0,0 +1,6 @@
+#Requires AutoHotkey v2.0
+; 创建网络快捷方式
+CreateShortcut:
+ FileCreateShortcut("\\192.168.1.23", A_Desktop "\子兰共享文件.lnk")
+ MsgBox "快捷方式已创建: " A_Desktop "\子兰共享文件.lnk"
+ return