What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » problems with /dropfile command

problems with /dropfile command
Author: Message:
felipEx
Scripting Contest Winner
***


Posts: 378
Reputation: 24
35 / Male / Flag
Joined: Jun 2006
O.P. problems with /dropfile command
/dropfile does not work???

when I type "/dripfile C:\file.zip" works... but from my plugin does not work

sResult = "/dropfile " & File & vblf
sResult = "/dropfile " & File

somebody can help me?
06-16-2006 10:40 AM
Profile E-Mail PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: problems with /dropfile command
Ensure that File is a fully-qualified path.
[Image: spartaafk.png]
06-16-2006 10:52 AM
Profile PM Web Find Quote Report
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
29 / Male / Flag
Joined: Apr 2006
Status: Away
RE: problems with /dropfile command
quote:
Originally posted by afelipE
/dropfile does not work???

when I type "/dripfile C:\file.zip" works... but from my plugin does not work

sResult = "/dropfile " & File & vblf
sResult = "/dropfile " & File

somebody can help me?
1 small error with '/dropfile' freezes plus for me :(. So this is what must have happend with you. Close messenger and reopen it to get plus working again.

Btw why dont you use the send file feature with messenger. It is far more easier as its a GUI :).
06-16-2006 10:58 AM
Profile E-Mail PM Web Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: problems with /dropfile command
quote:
Originally posted by afelipE
when I type "/dripfile C:\file.zip" works... but from my plugin does not work
I dont think that /dripfile is even a command :P

What you can actually try doing is using PostMessage to send each character to the conversation window then recreating the user pressing the Enter key. What happens is Plus! doesn't parse the commands after entered in sResult.

This post was edited on 06-16-2006 at 03:01 PM by wj.
06-16-2006 01:17 PM
Profile E-Mail PM Find Quote Report
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
RE: problems with /dropfile command
quote:
Originally posted by Matty
What happens is Plus! doesn't parse the commands after entered in sResult.
I'm fairly sure it does, I always just return /dropfile in sResult in Screenshot Sender
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
06-16-2006 01:32 PM
Profile E-Mail PM Web Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: problems with /dropfile command
quote:
Originally posted by Dempsey
quote:
Originally posted by Matty
What happens is Plus! doesn't parse the commands after entered in sResult.
I'm fairly sure it does, I always just return /dropfile in sResult in Screenshot Sender
Did we I must not of realized it. What you need to do is actually put the path to the file in quotes.
06-16-2006 02:36 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