Dim Shell,DesktopPath,link

Set Shell = CreateObject("WScript.Shell")

DesktopPath = Shell.SpecialFolders("Desktop")

Set link = Shell.CreateShortcut(DesktopPath & "\Aimp2.lnk")

link.TargetPath = shell.CurrentDirectory & "\Aimp2.exe"

link.WindowStyle = 1

link.WorkingDirectory = shell.CurrentDirectory

link.Save

Set Shell = Nothing

Set link = Nothing

posted on 2015-09-04 17:10  lbnnbs  阅读(1136)  评论(0编辑  收藏  举报