-
Notifications
You must be signed in to change notification settings - Fork 2
How to Use CLISC
Asbjørn Skødt edited this page Aug 10, 2022
·
9 revisions
See article Dependencies before you run the program.
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 count&convert
--function count&convert&compare
--function count&convert&compare&archive
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 count&convert&compare&archive --inputdir "c:\my_path" --outputdir "c:\my_path" --recurse true
or shorter
.\CLISC.exe -f count&convert&compare&archive -i "c:\my_path" -o "c:\my_path" -r true
If you want to test the application, a sample dataset is provided here.