I have multiple sessions saved that compare local HDs with removable HD folders. eg.
local HD C vs removable HD folder C
local HD D vs removable HD folder D
...
and so on
I mirror my HD with my removable HD. My HD is split up into 32GB partitions (coz I still like FAT32) whilst my removable HD is 1 big NTFS partition.
Since the removable HD is susceptible to errors easily (Windows Delay Write Fail, etc), then I need to run check disk (chkdsk P: /f /v /x /r) to fix NTFS errors. Then I do a binary compare with each local partition with the corresponding removable HD folder that mirrors the local partition.
Is there a way to batch the session binary compares, and keep them open in TABs? So I can run the batch process over night and then next morning look for files that failed the binary compare and fix them.
local HD C vs removable HD folder C
local HD D vs removable HD folder D
...
and so on
I mirror my HD with my removable HD. My HD is split up into 32GB partitions (coz I still like FAT32) whilst my removable HD is 1 big NTFS partition.
Since the removable HD is susceptible to errors easily (Windows Delay Write Fail, etc), then I need to run check disk (chkdsk P: /f /v /x /r) to fix NTFS errors. Then I do a binary compare with each local partition with the corresponding removable HD folder that mirrors the local partition.
Is there a way to batch the session binary compares, and keep them open in TABs? So I can run the batch process over night and then next morning look for files that failed the binary compare and fix them.
Comment