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

need help
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: need help
you could try your hand at using some FSO functions :)

http://www.tutorial-web.com/asp/fso/

for example:
code:
// Code to get the size of a file
var fso = new ActiveXObject("Scripting.FileSystemObject");
Debug.Trace(fso.GetFile("C:\\test.txt").Size); // probably 0 kb.


and as for  the active and inactive.. i think you will have to use the registry.

Reg: HKCU/Software/Patchou/Messenger Plus! Live/GlobalSettings/Scripts/<scriptname>
and then the DWORD called Enabled will be there and will specify a value of 1 for enabled or 0 for disabled

This post was edited on 08-25-2007 at 09:20 PM by roflmao456.
[quote]
Ultimatess6
: What a noob mod
08-25-2007 03:19 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
need help - by Drakal on 08-25-2007 at 02:53 PM
RE: need help - by roflmao456 on 08-25-2007 at 03:19 PM
RE: need help - by Drakal on 08-25-2007 at 05:21 PM
RE: need help - by matty on 08-25-2007 at 05:50 PM
RE: need help - by Drakal on 08-26-2007 at 10:03 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