Total Commander Forum Index Total Commander
Forum - Public Discussion and Support
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Packer plugin to separate files per number or date ...
Goto page Previous  1, 2, 3, 4, 5, 6  Next
 
Post new topic   Reply to topic    Total Commander Forum Index -> Plugins and addons: devel.+support (English) Printable version
View previous topic :: View next topic  
Author Message
franck8244
Power Member
Power Member


Joined: 06 Mar 2003
Posts: 683
Location: Geneva...

PostPosted: Mon Aug 10, 2009 10:59 am    Post subject: Reply with quote

This version might resolve your problem...
Test it with care...
_________________
TC#88260 -
Back to top
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
Boofo
Power Member
Power Member


Joined: 10 Feb 2003
Posts: 1320
Location: Des Moines, IA (USA)

PostPosted: Mon Aug 10, 2009 12:49 pm    Post subject: Reply with quote

I would change the "Separate per type" to "Separate per extension" but other than that, I will test it out thoroughly and report back to you. Thank you for the update.
_________________
chmod a+x /bin/laden -- Allows anyone the permission to execute /bin/laden

How do I un-overwrite all my data?

User of Total Commander
#60471 Single user license
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
petermad
Power Member
Power Member


Joined: 05 Feb 2003
Posts: 3443
Location: Valsted, Denmark

PostPosted: Mon Aug 10, 2009 3:42 pm    Post subject: Reply with quote

2franck8244

May I suggest to change the dialog:
Separate per number -> Separate by number
Separate per type -> Separate by type (or Separate by extension)
Separate per date -> Separate by date
Existing file, ask? -> Ask before overwriting existing files?

And since the user dialog is in English maybe the rest of the program should also be in English in stead of French:

Code:
STRINGTABLE
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
{
65440,    "Friday"
65441,    "Saturday"
}

STRINGTABLE
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
{
65456,    "September"
65457,    "October"
65458,    "November"
65459,    "December"
65460,    "Sun"
65461,    "Mon"
65462,    "Tue"
65463,    "Wed"
65464,    "Thu"
65465,    "Fri"
65466,    "Sat"
65467,    "Sunday"
65468,    "Monday"
65469,    "Tuesday"
65470,    "Wednesday"
65471,    "Thursday"
}

STRINGTABLE
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
{
65472,    "May"
65473,    "Jun"
65474,    "Jul"
65475,    "Aug"
65476,    "Sep"
65477,    "Oct"
65478,    "Nov"
65479,    "Dec"
65480,    "January"
65481,    "February"
65482,    "March"
65483,    "April"
65484,    "May"
65485,    "June"
65486,    "July"
65487,    "August"
}

STRINGTABLE
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
{
65488,    "Read"
65489,    "Write"
65490,    "Error creating variant array"
65491,    "Variant is not an array"
65492,    "Variants array index out of bounds"
65493,    "External exception %x"
65494,    "Assertion failed"
65495,    "Interface unsupported"
65496,    "Exception in method safecall"
65497,    "%s (%s, line %d)"
65498,    "Abstract error"
65499,    "Access violation at address %p in module '%s'. %s of address %p"
65500,    "Jan"
65501,    "Feb"
65502,    "Mar"
65503,    "Apr"
}

STRINGTABLE
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
{
65504,    "Floating point division by zero"
65505,    "Floating point overflow"
65506,    "Floating point underflow"
65507,    "Invalid pointer operation"
65508,    "Transtypage of class incorrect"
65509,    "Access violation at address %p. %s of address %p"
65510,    "Stack overflow"
65511,    "Control-C hit"
65512,    "Privileged instruction"
65513,    "Exception %s in module %s at %p.\n%s%s"
65514,    "Application error"
65515,    "Format '%s' invalid or incompatible with argument"
65516,    "No argument for format '%s'"
65517,    "Invalid variant type conversion"
65518,    "Invalid variant operation"
65519,    "Variant method calls not supported"
}

STRINGTABLE
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
{
65520,    "'%s' is not a valid value"
65521,    "Invalid argument for encoding an hour"
65522,    "Invalid argument for encoding a date"
65523,    "Insufficient memory"
65524,    "I/O error %d"
65525,    "File not found"
65526,    "Invalid filename"
65527,    "Too many open files"
65528,    "File access denied"
65529,    "Reading beyond the end of file"
65530,    "Disk full"
65531,    "Invalid number entered"
65532,    "Division by zero"
65533,    "Range check error"
65534,    "Integer overflow"
65535,    "Invalid floating point operation"
}


I have actually done the work for you - in this file: http://www.madsen.homepage.dk/tcmd/mover.wcx
_________________
#524
Danish Total Commander Translator & Private Beta Tester
Win XP SP3. TC 7.51b2

Get Extended Total Commander Menus
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Boofo
Power Member
Power Member


Joined: 10 Feb 2003
Posts: 1320
Location: Des Moines, IA (USA)

PostPosted: Mon Aug 10, 2009 9:34 pm    Post subject: Reply with quote

2petermad

Looks good, sir. Well done! Wink


2franck8244

The addition works great! May I suggest using the copy dialog from TC when copying over files as it gives you more info about the file, such as size, date, etc.)?
_________________
chmod a+x /bin/laden -- Allows anyone the permission to execute /bin/laden

How do I un-overwrite all my data?

User of Total Commander
#60471 Single user license
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
franck8244
Power Member
Power Member


Joined: 06 Mar 2003
Posts: 683
Location: Geneva...

PostPosted: Mon Aug 10, 2009 11:06 pm    Post subject: Reply with quote

Quote:
May I suggest using the copy dialog from TC when copying over files

It's not accessible from a plugin -> I would have to rewrite one...that's another story
_________________
TC#88260 -
Back to top
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
Boofo
Power Member
Power Member


Joined: 10 Feb 2003
Posts: 1320
Location: Des Moines, IA (USA)

PostPosted: Mon Aug 10, 2009 11:48 pm    Post subject: Reply with quote

franck8244 wrote:
It's not accessible from a plugin -> I would have to rewrite one...that's another story


Ahh, OK. I did not know that. Thanks for the explanation. Wink
_________________
chmod a+x /bin/laden -- Allows anyone the permission to execute /bin/laden

How do I un-overwrite all my data?

User of Total Commander
#60471 Single user license
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
karlchen
Power Member
Power Member


Joined: 06 Feb 2003
Posts: 2432
Location: Germany

PostPosted: Wed Aug 19, 2009 9:50 am    Post subject: Reply with quote

Red Alert:

Malware infection strongly suspected, cf. here, please.

For background information cf Virus infects development environment
Back to top
View user's profile Send private message Send e-mail
Boofo
Power Member
Power Member


Joined: 10 Feb 2003
Posts: 1320
Location: Des Moines, IA (USA)

PostPosted: Wed Aug 19, 2009 10:03 am    Post subject: Reply with quote

2karlchen,
Sounds like Kaspersky is giving you some false positives, my friend. NIS 2009 gives no errors.
_________________
chmod a+x /bin/laden -- Allows anyone the permission to execute /bin/laden

How do I un-overwrite all my data?

User of Total Commander
#60471 Single user license
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
karlchen
Power Member
Power Member


Joined: 06 Feb 2003
Posts: 2432
Location: Germany

PostPosted: Wed Aug 19, 2009 10:11 am    Post subject: Reply with quote

Hi, Boofo.

Of course, KAV might be wrong, so may be NIS. If in doubt, upload to Virustotal and get about 40 answers. Wink

The rest has been explained here.

Kind regards,
Karl
Back to top
View user's profile Send private message Send e-mail
DrShark
Senior Member
Senior Member


Joined: 03 Nov 2006
Posts: 356
Location: Kyiv, Ukraine

PostPosted: Wed Aug 19, 2009 10:14 am    Post subject: Reply with quote

Boofo wrote:
Sounds like Kaspersky is giving you some false positives
It's not a false positive.
_________________
Vista Home Premium SP2 rus 32 bit
TC #149847 Personal licence
Back to top
View user's profile Send private message
Boofo
Power Member
Power Member


Joined: 10 Feb 2003
Posts: 1320
Location: Des Moines, IA (USA)

PostPosted: Wed Aug 19, 2009 10:26 am    Post subject: Reply with quote

2karlchen,

I have also seen VirusTotal be off in the past with packers. I keep my system pretty well buttoned up so I will keep an eye on things and see how they develop. Thanks for the heads-up though. Better safe than sorry. Wink

2DrShark,

Like Kaspersky isn't known for that, huh? Wink
_________________
chmod a+x /bin/laden -- Allows anyone the permission to execute /bin/laden

How do I un-overwrite all my data?

User of Total Commander
#60471 Single user license
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
DrShark
Senior Member
Senior Member


Joined: 03 Nov 2006
Posts: 356
Location: Kyiv, Ukraine

PostPosted: Wed Aug 19, 2009 10:44 am    Post subject: Reply with quote

Boofo
This virus was known and confirmed by some Delphi software developers in several days before it were added to KAV bases.
_________________
Vista Home Premium SP2 rus 32 bit
TC #149847 Personal licence
Back to top
View user's profile Send private message
Boofo
Power Member
Power Member


Joined: 10 Feb 2003
Posts: 1320
Location: Des Moines, IA (USA)

PostPosted: Wed Aug 19, 2009 11:05 am    Post subject: Reply with quote

2DrShark
So that is what TidyFavorites was talking about when the author said it was infected. He never really explained.

2petermad
Is your update above OK, or do I need to not use it for now?
_________________
chmod a+x /bin/laden -- Allows anyone the permission to execute /bin/laden

How do I un-overwrite all my data?

User of Total Commander
#60471 Single user license
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
petermad
Power Member
Power Member


Joined: 05 Feb 2003
Posts: 3443
Location: Valsted, Denmark

PostPosted: Wed Aug 19, 2009 1:24 pm    Post subject: Reply with quote

Quote:
s your update above OK, or do I need to not use it for now?


Just tested it - NO it is not OK, - several scanners rapport infection with Win32/Induc.A both on http://www.virustotal.com and http://virusscan.jotti.org

Sorry - I have deleted http://www.madsen.homepage.dk/tcmd/mover.wcx from the server.

I don't seem to find any signs of infection of my PC though. But I will do some scans now.
_________________
#524
Danish Total Commander Translator & Private Beta Tester
Win XP SP3. TC 7.51b2

Get Extended Total Commander Menus
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Boofo
Power Member
Power Member


Joined: 10 Feb 2003
Posts: 1320
Location: Des Moines, IA (USA)

PostPosted: Wed Aug 19, 2009 3:54 pm    Post subject: Reply with quote

2petermad,

Will you be updating it then when there is a fix released for Delphi?
_________________
chmod a+x /bin/laden -- Allows anyone the permission to execute /bin/laden

How do I un-overwrite all my data?

User of Total Commander
#60471 Single user license
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Total Commander Forum Index -> Plugins and addons: devel.+support (English) All times are GMT - 6 Hours
Goto page Previous  1, 2, 3, 4, 5, 6  Next
Page 5 of 6

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Impressum: This site is maintained by Ghisler Software GmbH

Using phpBB © 2001-2005 phpBB Group