home *** CD-ROM | disk | FTP | other *** search
/ ftp.funduc.com / 2014.08.ftp.funduc.com.tar / ftp.funduc.com / fsshr64.zip / Example1.sfs next >
INI File  |  2009-07-31  |  853b  |  34 lines

  1. [Default]
  2. #          Folder Synchronize Command Script File Syntax
  3. #                           Version 3.0
  4. #                       Funduc Software, Inc
  5. #                        Copyright 1997-2009
  6. #               www.funduc.comááááwww.searchandreplace.com
  7. #          support@Funduc.com áááásupport@searchandreplace.comá
  8. #
  9. # This script does a compare operation on two paths, sorted descending 
  10. # on file size.
  11. # Results are appended to d:\test\foldsync.txt
  12.  
  13. # See the scripts in "SampleScripts.zip" for other examples.
  14.  
  15. [Action1]
  16. Path1=d:\test\folder1
  17. Path2=d:\test\folder2
  18. Mask=*.*
  19.  
  20. Operation=6
  21. Search_subdir=1
  22. Show Identical=1
  23. Show Different=1
  24. Match In Subdir=0
  25. Show Files in 1 Dir=1
  26.  
  27. Output File=d:\test\foldsync.txt
  28. Append to Output File=1
  29. Allow Cancel=1
  30. Confirm Updates=1
  31. Show Progress=1
  32. Sort Compare=3
  33. Sort Type=0
  34.