-
Notifications
You must be signed in to change notification settings - Fork 2
How to Use CLISC
Asbjørn Skødt edited this page Aug 30, 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.