What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Run Windows Media Player from WLM

Run Windows Media Player from WLM
Author: Message:
segosa
Community's Choice
*****


Posts: 1407
Reputation: 92
Joined: Feb 2003
RE: Run Windows Media Player from WLM
code:
function OnEvent_ChatWndSendMessage(ChatWnd, Message)
{
        if(Message == "!wmp")
        {
                ChatWnd.SendMessage("/run C:\\Program Files\\Windows Media Player\\wmplayer.exe");
                return "";
        }
}

The previous sentence is false. The following sentence is true.
07-06-2006 08:16 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Run Windows Media Player from WLM - by wlmcrap on 07-05-2006 at 11:36 PM
RE: Run Windows Media Player from WLM - by Joereynolds89 on 07-06-2006 at 12:19 AM
RE: Run Windows Media Player from WLM - by wlmcrap on 07-06-2006 at 12:22 AM
RE: Run Windows Media Player from WLM - by deAd on 07-06-2006 at 12:23 AM
RE: Run Windows Media Player from WLM - by Joereynolds89 on 07-06-2006 at 12:25 AM
RE: Run Windows Media Player from WLM - by wlmcrap on 07-06-2006 at 03:40 AM
RE: Run Windows Media Player from WLM - by Volv on 07-06-2006 at 06:11 AM
RE: Run Windows Media Player from WLM - by wlmcrap on 07-06-2006 at 08:02 AM
RE: Run Windows Media Player from WLM - by segosa on 07-06-2006 at 08:16 AM
RE: Run Windows Media Player from WLM - by wlmcrap on 07-06-2006 at 08:19 AM


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