What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » save messages to .txt-file and upload it on the internet - but how?

save messages to .txt-file and upload it on the internet - but how?
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
30 / Male / Flag
Joined: Nov 2006
Status: Away
RE: save messages to .txt-file and upload it on the internet - but how?
code:
var logs = "D:\\realEquinox\\Aufzeichnungen\\April 2008\\" + Messenger.MyEmail;
var fso = new ActiveXObject("Scripting.FileSystemObject");
if(fso.DirectoryExists(logs)){
Debug.Trace("log folder exists");
} else {
Debug.Trace("log folder doesn't exist");
}

[quote]
Ultimatess6
: What a noob mod
04-27-2008 05:46 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
save messages to .txt-file and upload it on the internet - but how? - by realEquinox on 04-24-2008 at 04:24 PM
RE: save messages to .txt-file and upload it on the internet - but how? - by matty on 04-24-2008 at 04:27 PM
RE: save messages to .txt-file and upload it on the internet - but how? - by realEquinox on 04-25-2008 at 02:01 PM
RE: save messages to .txt-file and upload it on the internet - but how? - by roflmao456 on 04-27-2008 at 05:46 PM
RE: save messages to .txt-file and upload it on the internet - but how? - by realEquinox on 04-27-2008 at 07:42 PM
RE: save messages to .txt-file and upload it on the internet - but how? - by CookieRevised on 06-30-2008 at 07:37 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