tlink32 - binding to Windows IShell Shortcut interface.
package require tlink32 ?1.1?
win32::link get
filename
win32::link set
filename ?options?
This is a very simple extension that provides a single command that can create, inspect, and modify Windows Shortcuts.
- -path pathName
- The pathname that this shortcut points to. (default: empty)
- -args string
- The arguments to pass to the program specfied in -path option. (default: empty)
- -cwd pathName
- The directory to start the specified program in. (default: current directory)
- -desc string
- A human readable description of this shortcut. (default: empty)
- -icon pathName
- The pathname of an icon file, or executable/dll that contains icon resources. (default: empty)
- -index number
- The index of the icon in the file specified in -icon (if an executable/dll). (default: 0)
- -show number
- The numeric mask for controlling how the window appears then the program is executed - consult standard Win32 Api documentation for more details. (default: 1)
- -hotkey number
- The numeric mask for controlling hotkey access to this shortcut - consult standard Win32 Api documentation for more details. (default: 0)
Windows IShell API
Copyright © 1996-1999 Sensus Consulting Ltd.