59406 发表于 2010-7-30 02:15:01

AU3如何创建一个快捷方式到桌面

安装的是一个绿色版的暴风影音,静默安装后想在桌面创一个暴风程序的快捷方式到桌面,没有头绪暴风影音路径为C:\Program Files\StormII\Storm.exe
现在想将这个Storm.exe创一个快捷方式到C:\Documents and Settings\Administrator\桌面\暴风影音.ink

如何用AU3实现,谢谢指点

lion.lee 发表于 2010-7-30 02:15:02

不知道是不是我想的太简单了还是楼主的问题太简单了,请看看这样是否可行?
FileCreateShortcut("C:\Program Files\StormII\Storm.exe", "C:\Documents and Settings\Administrator\桌面\暴风影音.ink", @ScriptDir)

zcx880517 发表于 2010-7-30 08:25:47

这个问题前些天才有人问过,,为什么不先在论坛搜索下呢,

lchl0588 发表于 2010-7-30 08:52:01

搜索大法点之入门

wyd301 发表于 2010-7-30 10:35:39

可以用@DesktopCommonDir来代替桌面

saromman 发表于 2010-8-3 12:37:07

做个记号,回头看

menfan1 发表于 2010-8-3 13:36:08

FileCreateShortcut(@WindowsDir & "\Explorer.exe",@DesktopDir & "\Shortcut Test.lnk",@WindowsDir,"/e,c:\", "This is an Explorer link;-)", @SystemDir & "\shell32.dll", "^!t", "15", @SW_MINIMIZE)

wanhua8u8 发表于 2010-8-3 14:02:45

FileCreateShortcut

cqflfzlyx 发表于 2010-8-23 09:48:57

我也是来学习这个的

mfknui 发表于 2010-8-23 17:57:15

可以用@DesktopCommonDir来代替桌面

xjdjpbp 发表于 2010-8-23 18:04:41

多學了一個指令:FileCreateShortcut

{:face (293):}

q76609288 发表于 2010-10-14 17:04:44

学习学习{:face (332):}

chenronting 发表于 2010-10-14 18:19:28

告诉大家一个好东西 ,打开 Scite 按 Shift+F1 ,出来了,,新手的好朋友!…………^^

pingfan5888 发表于 2010-12-21 08:21:45

呵呵,刚好用到了,学习下。

lizhongbo 发表于 2011-1-8 11:42:01

FileCreateShortcut(@ProgramFilesDir & "\恒信宽带自动连接工具\*.*", @DesktopCommonDir & "\宽带自动连接器.ink", @ScriptDir)
页: [1] 2
查看完整版本: AU3如何创建一个快捷方式到桌面