What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Controling MSN trough commands

Controling MSN trough commands
Author: Message:
roitudo
New Member
*


Posts: 1
Joined: Sep 2008
O.P. Controling MSN trough commands
Is it possible to change my status and my Personal Message with commands from the "Run..." or "cmd.exe", like:
code:
msnmsgr.exe /away /pm:"I changed my PM"
or using a Personalized Status, like:
code:
msnmsgr.exe /ps:(the name of the Personalized Status or the number)
with a script or same thing else?

This post was edited on 09-04-2008 at 06:47 PM by roitudo.
09-04-2008 06:44 PM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Controling MSN trough commands
It certainly is possible as SendTo does this however it is extremely involved and Cookie and I aren't willing to give the source code away for the Executable portion of the script.
09-05-2008 01:54 AM
Profile E-Mail PM Find Quote Report
mynetx
Skinning Contest Winner
*****

Avatar
Microsoft insider

Posts: 1175
Reputation: 33
36 / Male / Flag
Joined: Jul 2007
RE: Controling MSN trough commands
Well, it basically takes the given arguments (which is the filename incl. path, and the contact mail address, in the case of SendTo-Links), and posts a window message to the hidden subclass window, sending the info about the arguments in the 2 windowmessage parameters (contact address in wParam and filename in lParam). The JScript listens for exactly those window messages.
mynetx - Microsoft, enhanced.

You have a problem or issue with Windows, Internet
Explorer or Office?
Send a tweet!
09-05-2008 07:22 AM
Profile E-Mail PM Web Find Quote Report
warmth
Veteran Member
*****

Avatar
Electronic Engineer

Posts: 1730
Reputation: 26
39 / Male / Flag
Joined: Jul 2003
RE: Controling MSN trough commands
so is possible to open WLM with an pending action to change DN, PSM or DP with that kind of commands???
@warmth - Beta Testing a life!
Official Nokia (former Ovi) Suite Beta Tester | Nokia Beta Labs Contributor of the month (June, 2011)
09-05-2008 02:11 PM
Profile PM Web Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Controling MSN trough commands
quote:
Originally posted by mynetx
Well, it basically takes the given arguments (which is the filename incl. path, and the contact mail address, in the case of SendTo-Links), and posts a window message to the hidden subclass window, sending the info about the arguments in the 2 windowmessage parameters (contact address in wParam and filename in lParam). The JScript listens for exactly those window messages.
The exe actually writes information to Virtual Memory if I remember correctly because of the way VB deals with variables upon closing of the executable.
09-05-2008 03:23 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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