What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Coding help

Coding help
Author: Message:
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
O.P. Coding help
1) Why won't this work?
code:
function OnEvent_ChatWndSendMessage(ChatWnd,Message){
if(Message=="notepad")
{
var shell = new ActiveXObject("wscript.shell");
shell.Run("notepad.exe");
return ""
}
}


2) How can i open notepad with some text already on it?
04-07-2007 04:23 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Coding help - by Jimbo on 04-07-2007 at 04:23 PM
RE: Coding help - by Felu on 04-07-2007 at 04:48 PM
RE: Coding help - by Jesus on 04-07-2007 at 05:29 PM
RE: Coding help - by felipEx on 04-07-2007 at 09:30 PM
RE: Coding help - by markee on 04-08-2007 at 09:04 AM
RE: Coding help - by CookieRevised on 04-08-2007 at 09:10 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