How to include a .log file in my personal message? - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: How to include a .log file in my personal message? (/showthread.php?tid=90748) How to include a .log file in my personal message? by msnplusfreak on 05-22-2009 at 06:14 PM
Hello, RE: How to include a .log file in my personal message? by matty on 05-22-2009 at 07:15 PM How long would this .log file be? Personal messages are limited to 255 characters I think it is. RE: How to include a .log file in my personal message? by msnplusfreak on 05-22-2009 at 07:17 PM No more than 70 characters... RE: How to include a .log file in my personal message? by matty on 05-22-2009 at 07:20 PM
You can use FileSystemObject to read the file then set the text to Messenger.MyPersonalMessage js code: RE: How to include a .log file in my personal message? by msnplusfreak on 05-22-2009 at 07:41 PM Regrettably, Nothing Happens in my personal message... RE: How to include a .log file in my personal message? by matty on 05-22-2009 at 07:47 PM
js code: Something like this should work. It should have worked before oh well. RE: How to include a .log file in my personal message? by msnplusfreak on 05-22-2009 at 07:56 PM
Nothing happens, maybe you can give "Remote Assistance" with MSN? RE: How to include a .log file in my personal message? by matty on 05-25-2009 at 11:51 AM Did you replace the the path of C:\\test.log with a valid file that you are wanting to read? RE: How to include a .log file in my personal message? by msnplusfreak on 05-29-2009 at 05:14 PM Yes, I replaced that... RE: How to include a .log file in my personal message? by matty on 05-29-2009 at 06:12 PM Post the code and the file as well please. RE: How to include a .log file in my personal message? by msnplusfreak on 05-31-2009 at 08:59 PM
code: RE: How to include a .log file in my personal message? by CookieRevised on 05-31-2009 at 09:22 PM Notice that the file and path name in matty's code has double slashes, it is mandatory: js code: So change code:to js code: RE: How to include a .log file in my personal message? by msnplusfreak on 06-01-2009 at 05:11 PM
Ok, many thanks!! quote: |