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.
|