As long, as I won't find anything better, I have to live with script like that: var module_name = "My favourite tool";
function run(){
var WSHShell = new ActiveXObject("WScript.Shell");
WSHShell.Run('"c:\program files\some program\run.exe"');
}
function Init(){
addMenuItem("some program", "favourite tools", "run", "CTRL+R")
}
--
<http://forum.pspad.com/read.php?2,43080,43157>
PSPad freeware editor http://www.pspad.com
