Skip to content

How to Use CLISC

Asbjørn Skødt edited this page Aug 23, 2022 · 9 revisions

See article Dependencies before you run the program. For graphical user interface, see child 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 true

Example of full usage

.\CLISC.exe --function countconvertcomparearchive --inputdir "c:\my_path" --outputdir "c:\my_path" --recurse true

or shorter

.\CLISC.exe -f countconvertcomparearchive -i "c:\my_path" -o "c:\my_path" -r true

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

Clone this wiki locally