Hi All,
What's your approach here?
I am processing thousand of files everyday and I want to make sure that I am processing a unique file, some sort of duplicate check. How do you do it in batch file?
-renzlo
Question, kindly answer
Moderator: DosItHelp
Re: Question, kindly answer
'
Code: Select all
fc /? |more
compare /? |more
Re: Question, kindly answer
yes i know that command Ed but it seems not reliable.
Re: Question, kindly answer
Hi Ed,
Thank for the idea.
What goes on my mind is while I'm processing the files, my batch file will create a summary report of the files being processed and on the next process execution, It will first check the files to be processed on that summary report.
Thank for the idea.
What goes on my mind is while I'm processing the files, my batch file will create a summary report of the files being processed and on the next process execution, It will first check the files to be processed on that summary report.