What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Checking for stored settings

Checking for stored settings
Author: Message:
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
30 / Male / Flag
Joined: Apr 2006
Status: Away
RE: Checking for stored settings
What exactally do u wanna check in the registries.

Get Registry key names from Start > Run > Regedit

Eg. to find chatlogs path in Backup Extreme! i use
code:
var Shell = new ActiveXObject('WScript.Shell');

Debug.Trace(Shell.RegRead('HKEY_CURRENT_USER\\Software\\Patchou\\Messenger Plus! Live\\' + Messenger.MyEmail + '\\Preferences\\LogsDirectory'))

This post was edited on 08-05-2006 at 06:31 PM by Felu.
08-05-2006 06:27 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Checking for stored settings - by Spunky on 08-05-2006 at 06:21 PM
RE: Checking for stored settings - by Felu on 08-05-2006 at 06:27 PM
RE: Checking for stored settings - by Spunky on 08-05-2006 at 06:29 PM
RE: Checking for stored settings - by Felu on 08-05-2006 at 06:34 PM
RE: Checking for stored settings - by Spunky on 08-05-2006 at 06:35 PM
RE: Checking for stored settings - by pollolibredegrasa on 08-05-2006 at 07:26 PM
RE: Checking for stored settings - by Spunky on 08-05-2006 at 07:30 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