VBS创建桌面快捷方式
2022-07-22 00:19:53    21    0    0
wang
Set Shell = CreateObject("WScript.Shell")
DesktopPath = Shell.SpecialFolders("Desktop")
Set Link = Shell.CreateShortcut(DesktopPath & "\Masm32 Editor.lnk")
link.description = "Masm Editor"
link.TargetPath = "d:\masm32\qeditor.exe"
link.WindowStyle = 2
link.WorkingDirectory = "d:\masm32"
link.Save

 

Pre: 没有更多

Next: 没有更多

21

ICP备案号: 赣ICP备2020012703号-1

表格内容