quote:
Originally posted by Felu
code:
var Shell = new ActiveXObject("WScript.Shell");
Shell.Run("regsrv32 /s:"+MsgPlus.ScriptFilesPath+"\\file.ocx");
or you could even place it under OleFiles in the scriptinfo.xml
Thanks a lot!
Using this method (WScript.Shell) it will be ready to be accessed by MsgPlus?