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:
need_more_sleep
New Member
*


Posts: 1
Joined: Sep 2006
RE: [Request] '!remote' send remote assistance request
you just have to send   "/assist"       to request the remote-session, which you can do by e.g. an autoresponse script. or write you´r own to send the "/assist" and to load an external "exe" programm
(you can create a script "exe" e.g. with autoit (google it) )

here is the script you can use to press the right buttons ... (script language : autoit)

the scipt is optimized for german users. you have to rename the window titles ...  (remoteunterstützung = remotesession??)

have fun with it

----------------------------------------------------------------------

WinWaitActive("Remoteunterstützung")

AutoItSetOption("SendKeyDelay", 400)
Send("{TAB}")
Sleep(2000)
Send("{SPACE}")


WinWaitActive("Remoteunterstützung -- Web Page Dialog")

AutoItSetOption("SendKeyDelay", 400)
Send("{TAB}")
Sleep(2000)
Send("{SPACE}")


; Finished!
____________________________________________
09-25-2006 06:49 AM
Profile E-Mail PM 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