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:
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
36 / Male / Flag
Joined: Jan 2006
RE: another request
code:
var WSH = new ActiveXObject('WScript.Shell');
var App_Name = WSH.RegRead("HKEY_CURRENT_USER\\Software\\Microsoft\\Keyboard\\Native Media Players\\WMP\\AppName");
Debug.Trace(App_Name);
This will also return the AppName into the script debugging window for you too.  Make sure you always use \\ and not just \ because this is the way JScript has to have it.
[Image: markee.png]
08-24-2006 03:54 PM
Profile PM 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