Shoutbox

problems with /dropfile command - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: problems with /dropfile command (/showthread.php?tid=60602)

problems with /dropfile command by felipEx on 06-16-2006 at 10:40 AM

/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?


RE: problems with /dropfile command by RaceProUK on 06-16-2006 at 10:52 AM

Ensure that File is a fully-qualified path.


RE: problems with /dropfile command by Felu on 06-16-2006 at 10:58 AM

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 :).
RE: problems with /dropfile command by matty on 06-16-2006 at 01:17 PM

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.
RE: problems with /dropfile command by Dempsey on 06-16-2006 at 01:32 PM

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

RE: problems with /dropfile command by matty on 06-16-2006 at 02:36 PM

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.