用asp在服务器端创建一个快捷方式(我不知道这有什么太大的作用,或许只是玩玩吧。)它需要wsh对象的wshshortcut对象。
wshshortcut 对象
该对象未直接给出。要获得 wshshortcut 对象,请使用 wshshell.createshortcut 方法。
progid n/a
文件名 wshom.ocx
clsid f935dc28-1cf0-11d0-adb9-00c04fd58a0b
iid f935dc27-1cf0-11d0-adb9-00c04fd58a0b
下表说明和 wshshortcut 对象有关的属性。
属性 说明
arguments 快捷方式对象的参数。
description 快捷方式对象的说明。
hotkey 快捷方式对象的热键。
iconlocation 快捷方式对象的图标位置。
targetpath 快捷方式对象的目标路径。
windowstyle 快捷方式对象的窗口样式。
workingdirectory 快捷方式对象的工作目录。
下表说明与 wshshortcut 对象有关的方法。
方法 说明
save 将快捷方式存储到指定的文件系统中。
