How to Use CLISC - Asbjoedt/CLISC GitHub Wiki

See article Dependencies before you run the program. For graphical user interface, see repository GUISC.

Download the executable version here. There's no need to install. In your terminal change directory to the folder where CLISC.exe is. Then, to execute the program input:

.\CLISC.exe [your_arguments]

Create your arguments from the following list:

Functions to use (required, pick one of the four)

--function Count
--function CountConvert
--function CountConvertCompare
--function CountConvertCompareArchive

Input directory (required)

--inputdir "[path to input directory]"

Output directory (required)

--outputdir "[path to output directory]"

Include subdirectories from input directory (optional, by default false)

--recurse

Example of full usage

.\CLISC.exe --function CountConvertCompareArchive --inputdir "c:\folder" --outputdir "c:\folder" --recurse

or shorter

.\CLISC.exe -f CountConvertCompareArchive -i "c:\folder" -o "c:\folder" -r

If you want to test the application, a sample dataset is provided here.