What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » how can i get information from registry values to use in a script?

how can i get information from registry values to use in a script?
Author: Message:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
32 / Male / Flag
Joined: Apr 2004
RE: another request
It's not recommend to use full paths since they can differ on other systems. However, this is how you should do it that way:
code:
var WSH = new ActiveXObject('WScript.Shell');
wmpAppName = WSH.RegRead("HKEY_CURRENT_USER\Software\Microsoft\Keyboard\Native Media Players\WMP\AppName");
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
08-24-2006 03:55 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
how can i get information from registry values to use in a script? - by skyserpent on 08-24-2006 at 03:09 PM
RE: another request - by markee on 08-24-2006 at 03:19 PM
RE: another request - by skyserpent on 08-24-2006 at 03:20 PM
RE: another request - by markee on 08-24-2006 at 03:36 PM
RE: another request - by skyserpent on 08-24-2006 at 03:49 PM
RE: another request - by markee on 08-24-2006 at 03:54 PM
RE: another request - by Matti on 08-24-2006 at 03:55 PM
RE: RE: another request - by markee on 08-24-2006 at 04:04 PM
RE: another request - by skyserpent on 08-24-2006 at 03:57 PM
RE: another request - by skyserpent on 08-24-2006 at 04:12 PM
RE: another request - by markee on 08-24-2006 at 04:22 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