ComparerCmd |
![]() |
ComparerCmd is command line version of Comparer tool. DescriptionThis application prints out all files properties in console window. ScreenshotsRequirements
Version history0.0.6.0
0.0.5.0
0.0.4.1
0.0.4.0
0.0.3.1
0.0.3.0
0.0.2.1
UsageInstallationUnpack archive into Comparer's directory. Viewing files
Type in console window: comparercmd.exe %1- where %1 is file's name to be loaded; comparercmd.exe -a %1- scans plugins directory automatically and shows %1 file's info; comparercmd.exe -d -a %1- same as above but shows additional info about empty plugins; comparercmd.exe -h %1- saves results in output.html file containing %1 file's details (together with output.css style sheet); comparercmd.exe -c %C %1- where %C is alternate config file name and %1 is file to be loaded; comparercmd.exe -h -c %C %1- same as above but generates output.html file with details (instead of printing results in console window);
Note: If header.html or footer.html files exist, their content will be imported into HTML output file. Please also remember that using %f (filename) and %p (file path) variables is possible inside those files. UninstallationSimply delete EXE file. |