 |
 |
Screenshots |
|
|
 |
Downloads |
|
|
 |
Resources |
|
|
 |
|
|
 |
|
|
|
 |
|
|
The IntraLaunch:CreateShortcut macro will allow you to create a shortcut
at a specific location specified by the DefDir (Default Directory) parameter. A full path must be specified including
a trailing backslash for DefDir.
For example, to create a shortcut in the C:\ShortCuts directory the follow object can be used.
If you wish to create a shortcut in the current users Start Menu/Programs folder, you can use the variable
%startmenu_programs% for DefDir, but you must add a backslash on the end so the full DefDir path would be "%startmenu_programs%\". This
applies to all variables when used with the CreateShortcut macro.
|