开发者

Comparison tool with option to check file names only?

开发者 https://www.devze.com 2023-02-10 02:19 出处:网络
I\'m 开发者_Go百科looking for a folder comparison tool that has an option to check file names only, not timestamps or content.

I'm 开发者_Go百科looking for a folder comparison tool that has an option to check file names only, not timestamps or content.

I've tried Araxis Merge, Beyond Compare, and WinMerge, but none seem to have this option.


Beyond Compare does support that. Use the Session->Session Settings... menu item and on the Comparison tab uncheck everything. If you want to check for case changes check the Compare filename case option.


Well, if you need a comparison list, that only schecks the name of the file, a very easy way to do it would be with two xcopy commands:

xcopy "<source>" "<dest>" /e /l /f >\fullList.txt

xcopy "<source>" "<dest>" /e /l /u /f >\equals.txt
0

精彩评论

暂无评论...
验证码 换一张
取 消