quote:
Originally posted by skyserpent
in this code:
var WSH = new ActiveXObject('WScript.Shell');
nPies = WSH.RegRead(MsgPlus.ScriptRegPath + "numberofpies");
where do i put the registry path?
and yes, i am new to this lol
MsgPlus.ScriptRegPath + "numberofpies" is the registry path (including the registry name) and nPies is the variable that you are asining the value of the registry to.