9 Star 2 Fork 1

节瓜在这里/igem2013_sysu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Add_To_Desktop_win64.vbs 780 Bytes
一键复制 编辑 原始数据 按行查看 历史
节瓜在这里 提交于 2013-10-26 11:17 . add to desktop.exe
Set WshShell = WScript.CreateObject("WScript.Shell")
strDesktop = WshShell.SpecialFolders("Desktop") 'special folder desktop
rem 在桌面创建一个记事本快捷方式
set oShellLink = WshShell.CreateShortcut(strDesktop & "\CAST_designer.exe.lnk")
oShellLink.TargetPath = createobject("Scripting.FileSystemObject").GetFolder(".").Path +"\CAST_Designer_win64.exe" 'target
oShellLink.Arguments = "" '
oShellLink.WindowStyle = 7 '1 activative,3 max window,7 min window
oShellLink.Hotkey = "" '
oShellLink.IconLocation = createobject("Scripting.FileSystemObject").GetFolder(".").Path +"\CAST_Designer_win64.exe, 0" 'icon
oShellLink.Description = "" '
oShellLink.WorkingDirectory = createobject("Scripting.FileSystemObject").GetFolder(".").Path 'start location
oShellLink.Save 'save link
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/guoskyhero/igem2013_sysu.git
git@gitee.com:guoskyhero/igem2013_sysu.git
guoskyhero
igem2013_sysu
igem2013_sysu
master

搜索帮助