Create | server | Shortcuts Create a shortcut on the server side with ASP (I don't know if it's too much, maybe just play it.) It requires the Wshshortcut object of the WSH object.
Wshshortcut objects
The object is not directly given. To get the Wshshortcut object, use the Wshshell.createshortcut method.
ProgID N/A
FileName Wshom.ocx
CLSID f935dc28-1cf0-11d0-adb9-00c04fd58a0b
IID f935dc27-1cf0-11d0-adb9-00c04fd58a0b
The following table describes the properties associated with the Wshshortcut object.
Attribute description
Arguments the shortcut object's parameters.
Description a description of the shortcut object.
Hotkey the shortcut object's hotkey.
IconLocation the icon position of the shortcut object.
TargetPath the target path of the shortcut object.
WindowStyle the window style of the shortcut object.
WorkingDirectory The working directory of the shortcut object.
The following table describes the methods associated with the Wshshortcut object.
Method description
Save stores the shortcuts in the specified file system.