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:
wlmcrap
Junior Member
**

Avatar
David

Posts: 71
Reputation: -6
31 / Male / –
Joined: Jul 2006
O.P. RE: Run Windows Media Player from WLM
Can someone please tell me how to fix my script so that it doesn't send the message to the contact, if you get what i mean.

Heres the Script:


function OnEvent_ChatWndSendMessage(ChatWnd, Message)
{
        if(Message == "!wmp")
        {
                ChatWnd.SendMessage("/run C:\\Program Files\\Windows Media Player\\wmplayer.exe");
        }
}

function OnEvent_Uninitialize(MessengerExit)
{
}
07-06-2006 03:40 AM
Profile E-Mail PM Web 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