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

相关文章:

  • 2021-06-01
  • 2021-05-24
  • 2021-10-01
  • 2021-10-23
  • 2022-02-18
  • 2022-01-23
  • 2021-11-30
  • 2021-08-18
猜你喜欢
  • 2021-12-20
  • 2022-12-23
  • 2022-12-23
  • 2021-08-10
  • 2021-12-14
  • 2021-05-19
相关资源
相似解决方案