home *** CD-ROM | disk | FTP | other *** search
/ ftp.funduc.com / 2014.08.ftp.funduc.com.tar / ftp.funduc.com / dirtkt-64.zip / ExampleScript4.txt < prev    next >
INI File  |  2008-12-04  |  1KB  |  61 lines

  1. [Default]
  2. #            Directory Toolkit Command Script Syntax (Ver 4.9+)
  3. #                        Funduc Software, Inc
  4. #                        Copyright 1997-2009
  5. #      http://www.funduc.comááááhttp://www.searchandreplace.com
  6. #        support@Funduc.com áááásupport@searchandreplace.comá
  7.  
  8. # This is a multiple [Action] script that uses paths defined in
  9. # variables in the [Default] section. Note that it is OK to mix 
  10. # literal paths and those defined with variables in the [Default]
  11. # section.
  12.  
  13. TestPath1=D:\Test\Folder1
  14. TestPathTwo=D:\Test\Folder2
  15. PicturesTemp=D:\Temp
  16. Pictures4June=D:\Documents and Settings\My Pictures\June
  17.  
  18. [Action1]
  19. Path1=d:\test\folder1
  20. Path2=d:\test\folder2
  21. Mask=*.*
  22. Operation=6
  23. Search_subdir=1
  24. Show Identical=1
  25. Show Different=1
  26. Match In Subdir=0
  27. Show Files in 1 Dir=1
  28. Output File=d:\test\foldsync.txt
  29. Append to Output File=1
  30. Confirm Updates=1
  31.  
  32. # Note that this actually does the same as [Action1]
  33. [Action2]
  34. Path1=TestPath1
  35. Path2=TestPathTwo
  36. Mask=*.*
  37. Operation=6
  38. Search_subdir=1
  39. Show Identical=1
  40. Show Different=1
  41. Match In Subdir=0
  42. Show Files in 1 Dir=1
  43. Output File=d:\test\foldsync.txt
  44. Append to Output File=1
  45. Confirm Updates=1
  46.  
  47. [Action3]
  48. Path1=Pictures4June
  49. Path2=PicturesTemp
  50. Mask=*.*
  51. Operation=6
  52. Search_subdir=1
  53. Show Identical=1
  54. Show Different=1
  55. Match In Subdir=0
  56. Show Files in 1 Dir=1
  57. Output File=d:\test\foldsync.txt
  58. Append to Output File=1
  59. Confirm Updates=1
  60.  
  61.