WshShell Properties | MSBuild Extension Pack Help 4.0.12.0 |
The WshShell type exposes the following members.
Properties
Name | Description | |
---|---|---|
Arguments |
Sets the Arguments for the shortcut
|
|
Description |
Sets the Description. For CreateShortcut defaults to 'Launch [Name]'
|
|
FilePath |
Sets the FilePath
|
|
IconLocation |
Sets the IconLocation
|
|
Name |
Sets the Name
|
|
ShortcutPath |
Sets the ShortcutPath. For CreateShortcut defaults defaults to Desktop of the current user
|
|
WindowStyle |
Sets the WindowStyle.
1 - Activates and displays a window. If the window is minimized or maximized, the system restores it to its original size and position. 3 - Activates the window and displays it as a maximized window. 7 - Minimizes the window and activates the next top-level window. |
|
WorkingDirectory |
Sets the WorkingDirectory
|
See Also