because I've only just discovered (
Code: Select all
<xyscripts>
"My XY Scripts|<xyicons>\xys.ico" goto "<xyscripts>"
-
"Notepad++" APP_PATH\notepad++.exe
"KeePass" APP_PATH\KeePass.exe
"TrueCrypt" APP_PATH\TrueCrypt.exe
"7-Zip" APP_PATH\7z.exe
"VirtualBox" APP_PATH\VirtualBox.exe
-
// classs id -> http://www.eightforums.com/tutorials/13591-clsid-key-guid-shortcuts-list-windows-8-a.html
// icons -> http://windows7themes.net/list-of-windows-7-icons-stored-in-imageres-dll.html#97-120
"Administrative Tools|%windir%\System32\imageres.dll / 110" run "explorer shell:::{D20EA4E1-3957-11d2-A40B-0C5020524153}"
"Windows Update|%windir%\System32\wuapi.dll / 1" run "explorer shell:::{36eef7db-88ad-4e81-ad49-0e313f0c35f8}"
"Windows Defender|%programfiles%\Windows Defender\EppManifest.dll / 1" run "control.exe /name Microsoft.WindowsDefender"
"Disk cleanup|%windir%\System32\cleanmgr.exe / 1" run "cleanmgr"
"File History|%windir%\System32\imageres.dll / 280" run "explorer shell:::{F6B6E965-E9B2-444B-9286-10C9152EDBC5}"
-
"XY fresh|<xyicons>\XYplorer.ico" run "<xy> /fresh"
-
PATH_TO_THIS_FILE\THIS_FILE.txt
"Edit|<xyicons>\pencil.ico" open "PATH_TO_THIS_FILE\THIS_FILE.txt"- the real shorthand for a well-formed goto
- the explicit version allowing to provide an individual label and icon
2nd section
- simple application runner with individual labels and the icons automatically taken from the target exe files
3rd section
- Named shortcuts to Windows functions (Windows 8.1) with the icons taken from one of those special windows dlls
4th section
- nothing to explain here
5th section
- like the 1st section, an implicit and explicit open
Usage:
- Copy the text provided and save it into a .txt file of your choice
- replace the CAPITALS with proper paths to your applications and/or icons
- create a Custom Toolbar Button and add the line <load "PATH_TO_TXT_FILE">, of course w/o the tag limiters and the real path to the txt file just saved
Cheers,
Filehero
XYplorer Beta Club