Bookmark(Ver1.88対応版)
Index

ブックマークには、フォルダだけでなくファイルやスクリプトも登録できます。

リンクバーを表示させておくと、リンクバーにフォルダやファイルをドロップして簡単に登録できます。
(アドレスバーのアイコンをドラッグすると楽)
Bookmarks have several uses.
You can write folder, file, program, and scripts in bookmarks.

For folder
Most basic usage.
Specify a folder path.

Example:
C:\Folder

For file
Specify a file path.

Example:
C:\Folder\File.txt

For launcher
Specify an executable file.

Example:
C:\Windows\Notepad.exe

For drop target
You can drop files and folders on the link bar button.

For script
You can write a script.

Example:
js:message("test");
Example:
vbs:message "test"
Example:
script:C:\Folder\Script.vbs

Script

For command button
You can write a command name by script.

Example:
js:command("New Window");

Command name list

For execute context menu item
You can write a context menu item name.

Example: execute named "Extract" menu item of zip file.
js:ContextMenu("Extract");

For "Send to" item
You can write a "Sent to" item.

Example:
js:sendTo("Compressed (zipped) Folder.ZFSendToTarget");

Group
You can create group by "Edit bookmark..." dialog box.

Access key
If write a "&" in display name, next character become access key of menu.

Example:
Setting of display name : "My folder(&X)"
Displayed in menu : "My folder (X)"
"X" key works access key.

Key assign
There are two ways to assign keys.
One is the key assignment dialog.
One is the bookmark property.