Search found 1 match

by krad0000
11 Mar 2010, 06:20
Forum: Help
Topic: Command-line options
Replies: 8
Views: 3888

Re: Command-line options

Passing environment variables to ffs's batch file doesn't work correctly.

e.g. this code:



<Filter>
<Active>true</Active>
<Include>*</Include>
<Exclude>%copy_exclude%</Exclude>
</Filter>

set copy_exclude=*
set copy_src=0
set copy_dest=1
"C:\Program files\FreeFileSync\FreeFileSync ...