Installation
Just unpack archive anywhere but remember that it needs write rights to it's directory.
Viewing files
You can drag files into application's form or start it with parameters:
comparer.exe %1
- where %1 is file's name to be loaded;
comparer.exe %1 %2
- where %1 is first file's name and %2 is second's;
comparer.exe -L %1
- where %1 is the name of the list containing
files names to be compared (one or two files only);
comparer.exe -c %C %1
- where %C is alternate config file name
and %1 is file's name to be loaded;
comparer.exe -c %C %1 %2
- where %C is alternate config file name,
%1 and %2 are files names to be compared;
comparer.exe -c %C -L %1
- where %C is alternate config file name
and %1 is the name of the list containing files to be compared
(one or two files only);
Exporting details
You can export viewed details using proper menu item. If you decide to export to HTML please remember,
that output file's details can be customized using external header.html and footer.html files.
They will be imported into output file during export procedure.
Additional CSS file will be generated on first usage. You can edit it easily in your favourite text editor.
Such file will be linked in HTML and always copied to output directory.
Uninstallation
Just delete it.
|