Search found 5 matches

by di2ger
31 Mar 2012, 21:00
Forum: General Discussion
Topic: Compare archive and folder
Replies: 6
Views: 992

Re: Compare archive and folder

As I understand, if we access to archives read-only, we always 'do nothing' to
it.

If you are talking about archive modification, then you could apply all
modifications to duplicate archive, test it's integrity and only then delete
original archive and rename result archive. Only 2 disadvantages ...
by di2ger
30 Mar 2012, 19:23
Forum: General Discussion
Topic: Compare archive and folder
Replies: 6
Views: 992

Re: Compare archive and folder

Read-only access to archives would be great!
What do you mean by 'Transactional behavior'?
by di2ger
29 Mar 2012, 18:23
Forum: General Discussion
Topic: Compare archive and folder
Replies: 6
Views: 992

Re: Compare archive and folder

Thanks for reply!
But it is even longer, than to extract it!
Is it possible to add archives support to FreeFileSync?
It would be very good.
by di2ger
28 Mar 2012, 20:13
Forum: General Discussion
Topic: Compare archive and folder
Replies: 6
Views: 992

Compare archive and folder

I've failed to realize, how can I compare archive and folder (without manual
extraction)?
Is it really impossible? I've searched the whole Internet and didn't find
freeware to do this.
Please, help.
by di2ger
28 Jan 2010, 06:37
Forum: General Discussion
Topic: System variables
Replies: 8
Views: 1351

Re: System variables

I have a problem.
I made FreeCommanderSyncSettings.ffs_gui file.
Wrote this:



...
<FolderPairs>
<Pair>
<Left>%LeftDir%</Left>
<Right>%RightDir%</Right>
...


And then created bat file:



set LeftDir=%1
set RightDir=%2
FreeFileSync.exe FreeCommanderSyncSettings.ffs_gui


When ...