Search found 2 matches

by ngi
01 Apr 2015 04:02
Forum: DOS Batch Forum
Topic: script to count number of files and compare source and dest
Replies: 5
Views: 5883

Re: script to count number of files and compare source and d

foxidrive wrote:Are you able to use third party tools?


No
by ngi
01 Apr 2015 00:36
Forum: DOS Batch Forum
Topic: script to count number of files and compare source and dest
Replies: 5
Views: 5883

script to count number of files and compare source and dest

Trying to create batch script which will count number of files on source and destination location along with it will compare files at both source and destination location. I am able to create basic script to count number of files but unable to compare it source and destination. Script is as below: @...