Tried to use this script but with a function to read & write.
Write works great, but reads gives an error.
If I try the Debug.Trace it works, but return doesn't.
(PS. Taken the script from
another post, copied and it doesn't work).
code:
function ReadRegistry(key)
{
var Shell = new ActiveXObject("WScript.Shell");
return value = Shell.RegRead(MsgPlus.ScriptRegPath + key);
}