What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] Downloads Organizer

[Request] Downloads Organizer
Author: Message:
Gonçalo F.
Junior Member
**

Avatar

Posts: 36
– / Male / Flag
Joined: Jul 2003
O.P. [Request] Downloads Organizer
well, calling it download manager would be a bit abusive, considering my need.
my request is a script that could create folders with the contact's email and separate within them the files i receive from each contact, so that i could better keep track of the downloaded files source.

file transfer plus plugin i think has that feature, but is way more complex.
there are also other good feature that could be implemented, like the ones discussed here, but that could be for a future development.

thank you
07-04-2006 11:29 AM
Profile E-Mail PM Find Quote Report
craig2k5
Junior Member
**


Posts: 64
Joined: Feb 2006
RE: [Request] Downloads Organizer
i started doing a program that done this.. accept it was going to sort out the files that was sent into seperate folders (if it was a .JPG/.BMP it would put it in a pictures folder)  but i got lost on how to create a folder :P But it is a good idea :) ill keep giving it a go
07-04-2006 03:09 PM
Profile E-Mail PM Find Quote Report
noroom
Full Member
***

Avatar
www.noroom.tk

Posts: 107
Reputation: 4
Joined: Sep 2003
RE: [Request] Downloads Organizer
How do you detect the arrival of a new file?
07-11-2006 09:33 PM
Profile E-Mail PM Find Quote Report
ddunk
Veteran Member
*****

Avatar

Posts: 1228
Reputation: 51
35 / Male / Flag
Joined: Mar 2004
RE: [Request] Downloads Organizer
quote:
Originally posted by craig2k5
i got lost on how to create a folder
Pfft, that's the easy part :<

code:
var fso = new ActiveXObject("Scripting.FileSystemObject");
fso.CreateFolder(path);

This post was edited on 07-11-2006 at 09:43 PM by ddunk.
07-11-2006 09:38 PM
Profile E-Mail PM Web Find Quote Report
deAd
Scripting Contest Winner
*****

Avatar

Posts: 1060
Reputation: 28
– / Male / Flag
Joined: Jan 2006
RE: RE: [Request] Downloads Organizer
quote:
Originally posted by noroom
How do you detect the arrival of a new file?

Plus! has no event for this, but you could use a timer to look for folder changes :P
07-11-2006 09:48 PM
Profile PM Find Quote Report
noroom
Full Member
***

Avatar
www.noroom.tk

Posts: 107
Reputation: 4
Joined: Sep 2003
RE: [Request] Downloads Organizer
quote:
Originally posted by deAd
Plus! has no event for this, but you could use a timer to look for folder changes :P
Yeah, no way I'm doing it like that... Thanks. :P
07-12-2006 01:32 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