Search found 1022 matches

by Lupo73
Sat Jul 27, 2013 3:02 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4802162

Re: DropIt

I think it's better to start a private discussion to work on this bug.
by Lupo73
Fri Jul 26, 2013 7:39 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4802162

Re: DropIt

Currently DropIt has a known bug: it is not possible to "Compress" files with the same name in the same archive. So I think the previous bug you reported me is fixed and remains only this one. The reason of the random issue occurrence may be that it happens only when a log file already exi...
by Lupo73
Sat Jul 20, 2013 7:10 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4802162

Re: DropIt

Process failed for some files/folders. You can find the report in "Status" column. The problem is different now. This message popups if DropIt is not able to process a correctly loaded file. Are you trying to compress some files in a already existing archive? Does this archive already inc...
by Lupo73
Thu Jul 18, 2013 12:59 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4802162

Re: DropIt

@whoisearth: so it seems that the problem is with files removed between loading and process, is it correct? This updated code may bypass the issue: http://www.lupopensuite.com/files/dropit/DropIt_v5.2_Source.zip Instead I'm confused about your last sentence, do you have another problem with it? Anot...
by Lupo73
Sat Jul 13, 2013 3:08 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4802162

Re: DropIt

I think a solution could be to skip files that cause this issue, because their dates are not available for DropIt.
Could you send me a file that cause this error?
by Lupo73
Sat Jul 13, 2013 2:54 am
Forum: Portable Freeware Development
Topic: ArcThemALL!
Replies: 264
Views: 811471

Re: ArcThemALL!

I'll study it..
by Lupo73
Mon Jul 08, 2013 8:18 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4802162

Re: DropIt

I simply added a message to report the error with a message. Let me know if you are able to replicate the issue in some tests.

Currently it is not possible to define a size limit for output archives, is it what you mean?
by Lupo73
Sun Jul 07, 2013 12:13 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4802162

Re: DropIt

The normal mode in DropIt doesn't use regex, you can simply use asterisks. You can find some more info in the pdf guide and in tutorials of the blog.
by Lupo73
Sun Jul 07, 2013 12:12 am
Forum: Portable Freeware Development
Topic: ArcThemALL!
Replies: 264
Views: 811471

Re: ArcThemALL!

The code to create the log file is the same used in DropIt, so it is created in settings folder (that is in documents&settings for the installed version). It creates a single file automatically limited to 3MB of size. I prefer that it is a single file, but I could consider to change the size lim...
by Lupo73
Sat Jul 06, 2013 12:27 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4802162

Re: DropIt

I added a message in the following uncompiled version to report some info if the error occurs:
http://www.lupopensuite.com/files/dropi ... Source.zip

Thanks for your tests.
by Lupo73
Thu Jul 04, 2013 1:45 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4802162

Re: DropIt

guinness wrote:There is a way to compile an AutoIt script where the numbers match.
Is it possible? But how can it manages scripts of several separated code files?
by Lupo73
Thu Jul 04, 2013 1:44 am
Forum: Portable Freeware Development
Topic: ArcThemALL!
Replies: 264
Views: 811471

Re: ArcThemALL!

Thanks guinness. I made a first update with some improvements (added log creation and fixed system integration):
http://www.lupopensuite.com/files/ata/A ... rtable.zip
by Lupo73
Tue Jul 02, 2013 10:53 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4802162

Re: DropIt

The error line is different in compiled version, you could help me testing the uncompiled version using AutoIt (this is the only way to find the correct error line). Otherwise I'll need much more time and an accurate description to replicate the issue.
by Lupo73
Mon Jul 01, 2013 11:50 pm
Forum: Portable Freeware Development
Topic: ArcThemALL!
Replies: 264
Views: 811471

Re: ArcThemALL!

Ok, I'll add it to my list of possible additions.
by Lupo73
Mon Jul 01, 2013 11:48 pm
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4802162

Re: DropIt

@cafevn: you can create two associations with "File1*" as rules and "Folder\File1" as destination (the second with 2 instead of 1). @whoisearth: about the different time delays, I'll consider it. About chain dependencies, it is the other possible solution to support multiple acti...