What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » HELP - Controlling other scripts!

HELP - Controlling other scripts!
Author: Message:
whiz
Senior Member
****


Posts: 568
Reputation: 8
– / – / Flag
Joined: Nov 2008
O.P. HELP - Controlling other scripts!
Javascript code:
var WSS = new ActiveXObject("WScript.Shell");
WSS.RegDelete(MsgPlus.ScriptRegPath + "\\...");

1) This can delete a key, but not a folder.  Is is possible to remove a folder?

Javascript code:
var Name = "Script Name";
var Enabled = 0;
WSS.RegWrite("HKCU\\SOFTWARE\\Patchou\\Messenger Plus! Live\\GlobalSettings\\Scripts\\" + Name + "\\Enabled", Enabled.toString(16));

2) This does uncheck the script in the Messenger Plus! options, but it does not actually disable the script.  Is it possible to stop a script with another method?

Javascript code:
WSS.RegRead("HKLM\\SOFTWARE\\Patchou\\Messenger Plus! Live\\ScriptsDir");

3) Is that right?  Can that be used to open the folder in Windows Explorer?
07-14-2009 12:41 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
HELP - Controlling other scripts! - by whiz on 07-14-2009 at 12:41 PM
RE: HELP - Controlling other scripts! - by matty on 07-14-2009 at 01:22 PM
RE: HELP - Controlling other scripts! - by whiz on 07-16-2009 at 08:44 AM
RE: HELP - Controlling other scripts! - by matty on 07-16-2009 at 12:46 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On