SetJumpList

Description

Sets the Jump List for the specified Application User Model ID. With this you can add commands and separators to explicit category lists and the user task list.

Download

Usage

After starting SetJumpList, standard input determines the jump list for the Application User Model ID specified on the command line. Each line of standard input defines an entry in the jump list: Use 'item' to add a new entry to 'category' with name 'name' and executing 'executable path' with 'arguments' passed to it. Use 'separator' to add a separator to 'category'. A category name of '-' specifies the User Items list. Use 'exit' to quit and save the jump list.

Examples

SetJumpList Contoso.GM.Readme.1
item Readme List,C:\\windows\\notepad.exe,C:\\windows\\system32\\drivers\\gmreadme.txt,GM Readme
separator Readme List
item Readme List,C:\\windows\\notepad.exe,C:\\foo.txt,Foo Text
item -,C:\\windows\\notepad.exe,C:\\bar.txt,User Task Bar
exit

License

Copyright (c) 2010 David Risney

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.