quote:
Originally posted by Leonardo
After further investigating in the MSDN library, I found I could do this:
code:
var objShell = new ActiveXObject("Shell.Application");
objShell.ShellExecute(MsgPlus.ScriptFilesPath + '\\file.chm', "", "", "open", 3);
Just make sure to use \\ instead of \