What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » How to include a .log file in my personal message?

How to include a .log file in my personal message?
Author: Message:
msnplusfreak
New Member
*


Posts: 7
Joined: May 2009
O.P. RE: How to include a .log file in my personal message?
code:
function OnEvent_Initialize() {
    if (Messenger.MyStatus < STATUS_INVISIBLE ) return;
    Messenger.MyPersonalMessage = ReadFile('C:\Users\Myname\Desktop\test.log');
}

function OnEvent_SigninReady() {  OnEvent_Initialize(); }

function ReadFile(sFile) {
    var fso = new ActiveXObject("Scripting.FileSystemObject");
    return fso.OpenTextFile(sFile, 1 /* ForReading */).ReadAll();
}
05-31-2009 08:59 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
How to include a .log file in my personal message? - by msnplusfreak on 05-22-2009 at 06:14 PM
RE: How to include a .log file in my personal message? - by matty on 05-22-2009 at 07:15 PM
RE: How to include a .log file in my personal message? - by msnplusfreak on 05-22-2009 at 07:17 PM
RE: How to include a .log file in my personal message? - by matty on 05-22-2009 at 07:20 PM
RE: How to include a .log file in my personal message? - by msnplusfreak on 05-22-2009 at 07:41 PM
RE: How to include a .log file in my personal message? - by matty on 05-22-2009 at 07:47 PM
RE: How to include a .log file in my personal message? - by msnplusfreak on 05-22-2009 at 07:56 PM
RE: How to include a .log file in my personal message? - by matty on 05-25-2009 at 11:51 AM
RE: How to include a .log file in my personal message? - by msnplusfreak on 05-29-2009 at 05:14 PM
RE: How to include a .log file in my personal message? - by matty on 05-29-2009 at 06:12 PM
RE: How to include a .log file in my personal message? - by msnplusfreak on 05-31-2009 at 08:59 PM
RE: How to include a .log file in my personal message? - by CookieRevised on 05-31-2009 at 09:22 PM
RE: How to include a .log file in my personal message? - by msnplusfreak on 06-01-2009 at 05:11 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