开发者

Comparison tool with option to check file names only?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜