What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] '!remote' send remote assistance request

[Request] '!remote' send remote assistance request
Author: Message:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
32 / Male / Flag
Joined: Apr 2004
RE: [Request] '!remote' send remote assistance request
This is possible if you know what command you should run to start a Remote Assistance session. Then, you can use this:
code:
function OnEvent_ChatWndSendMessage(ChatWnd, Message) {
   if(Message.match(/\!remote/i)) {
      var Shell = new ActiveXObject("WScript.Shell");
      Shell.run("HERE THE COMMAND");
      return "";
   }
}
in a script for that computer. I can take a look for the exact command to run, instead some other member beats me. :P
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
09-03-2006 07:20 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Request] '!remote' send remote assistance request - by ezkim0x on 09-03-2006 at 02:31 AM
RE: [Request] '!remote' send remote assistance request - by Matti on 09-03-2006 at 07:20 AM
RE: [Request] '!remote' send remote assistance request - by ezkim0x on 09-03-2006 at 05:32 PM
RE: [Request] '!remote' send remote assistance request - by matty on 09-03-2006 at 06:11 PM
RE: [Request] '!remote' send remote assistance request - by Mike on 09-03-2006 at 06:15 PM
RE: [Request] '!remote' send remote assistance request - by ezkim0x on 09-03-2006 at 06:16 PM
RE: [Request] '!remote' send remote assistance request - by matty on 09-03-2006 at 06:21 PM
RE: [Request] '!remote' send remote assistance request - by need_more_sleep on 09-25-2006 at 06:49 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