Are there any SFV checksum plugin for FAR?

Here you can discuss about your favorite plug-in.
Post Reply
christianh
Posts: 8
Joined: Fri 15 Aug, 2008 07:40

Are there any SFV checksum plugin for FAR?

Post by christianh »

Are there any?

Thanks!
jonib
Posts: 73
Joined: Wed 16 Apr, 2008 19:55
Has thanked: 1 time

Re: Are there any SFV checksum plugin for FAR?

Post by jonib »

Not a plugin, but I use a commandline utility CFV and these MultiArc settings to test and work with SFV files (and others):

Code: Select all

[SFV]
Extension=sfv
List="cfv -v -m -f"
Start="/^testing from .* \(sfv, .*\)/"
Format0="/^(?P<name>.+?) : OK \(exists\)/"
End="/^.+: \d+ files, \d+ OK\./"
Test=cfv -v -f %%A
Extract=%comspec% /c (for %i in (@%%L) do echo %%AP\"%i")|copy @con .
ExtractWithoutPath=%comspec% /c (for %i in (@%%L) do echo %%AP\"%i")|copy @con .
Delete=%comspec% /c (for %i in (@%%L) do echo %%AP\"%i")|del @con
Add=cfv -C -t sfv -f %%AQ %%FQ2047
Put this text in a textfile called custom_user.ini in FAR manager dir\Plugins\MultiArc\Formats

Then you can use .SFV files almost like other archives, like test and create. you might need to modify some commands if you don't use 4NT.

jonib
User avatar
HaRT
Moderator
Posts: 10866
Joined: Tue 30 Aug, 2005 17:21
Has thanked: 221 times
Been thanked: 358 times

Re: Are there any SFV checksum plugin for FAR?

Post by HaRT »

Фар есть инструмент, а не нянька. © 2009 DrKnS
christianh
Posts: 8
Joined: Fri 15 Aug, 2008 07:40

Re: Are there any SFV checksum plugin for FAR?

Post by christianh »

Thanks everyone will test every one them! ; )
Post Reply

Return to “General Plug-In Discussions”