command line save differences to .zip file
Windows visual diff and merge for files and directories
Brought to you by:
christianlist,
grimmdp
Unfortunately, WinMerge does not have the ability to save to a Zip file from the command line.
Thank you for this information, is there a way I could generate a report or list of differences that i could say, save to a csv file?
You can output the results of the recursive folder comparison to a CSV file with the following command :
That is perfect! thanks!
ok one last question, is there a way to manipulate the report so it will not have the 2 line header on it? I would like it to have row 3 as row 1 so I can read from the csv in my script
Unfortunately, it is currently not possible not to output a two line header.
Just to make sure I understood the last comment, it is not possible to remove the top 2 lines from the report?
Currently, there is no option in WinMerge to remove the top two lines from the report.