Skip to content

jwalkerbg/ffsr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ffsr

FFSR is a helper tool that facilitates the work with FreeFileSync in batch mode. It is capable to run in sequence several FFS batch files given on the command line. FFSR accepts arguments with wilcards.

Installation

Add this line to your application's Gemfile:

gem 'ffsr'

And then execute:

$ bundle

Or install it yourself as:

$ gem install ffsr

Usage

FFSR command line is

ffsr executablefile files

executablefile is a path pointing to the executable fo FreeFileSync
files are the FFS batch files to be processed by FreeFileSync

Examples

ffsr "c:\program files\FreeFileSync\FreeFileSync.exe" archive.ffs_batch
ffsr "c:\program files\FreeFileSync\FreeFileSync.exe" g:\FFS\*.ffs_batch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published