What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [RELEASE] Block Contacts Script

[RELEASE] Block Contacts Script
Author: Message:
Grue
Full Member
***


Posts: 120
Reputation: 6
– / Male / –
Joined: Jun 2004
O.P. RE: RE: [RELEASE] Block Contacts Script
quote:
Originally posted by -!Felu!-
Debug Window
quote:
Error: unknown.
       Line: 86. Code: -2147024894.
Function OnEvent_MenuClicked returned an error. Code: -2147352567
Line 86
code:
new ActiveXObject("WScript.Shell").Run("%windir%\\notepad.exe " + MsgPlus.ScriptFilesPath+"\\emails.txt");
Use
code:
new ActiveXObject("WScript.Shell").Run("notepad.exe " + MsgPlus.ScriptFilesPath+"\\emails.txt");
or
code:
new ActiveXObject("WScript.Shell").Run(MsgPlus.ScriptFilesPath+"\\emails.txt");
instead.


Hmmm, i didn't get that error but i fixed the code and the new version is attached on the first post. Thanks
12-09-2006 05:42 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[RELEASE] Block Contacts Script - by Grue on 12-09-2006 at 09:33 AM
RE: [RELEASE] Block Contacts Script - by Felu on 12-09-2006 at 10:02 AM
RE: RE: [RELEASE] Block Contacts Script - by Grue on 12-09-2006 at 05:42 PM
RE: [RELEASE] Block Contacts Script - by MX-G on 12-09-2006 at 05:44 PM
RE: RE: [RELEASE] Block Contacts Script - by Grue on 12-09-2006 at 05:46 PM
RE: [RELEASE] Block Contacts Script - by Oxy on 12-09-2006 at 05:46 PM
RE: [RELEASE] Block Contacts Script - by foaly on 12-09-2006 at 06:01 PM
RE: [RELEASE] Block Contacts Script - by Grue on 12-09-2006 at 06:11 PM
RE: [RELEASE] Block Contacts Script - by bositman on 12-14-2006 at 05:46 PM
RE: [RELEASE] Block Contacts Script - by foaly on 12-14-2006 at 06:46 PM
RE: [RELEASE] Block Contacts Script - by namooth on 12-30-2006 at 02:41 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