Command Line Options
|
Previous Next |
Table 2. Command Line Options
Option
|
Type
|
Description
|
-nogui
|
switch
|
turns off GUI, operates using file i/o only
|
-q
|
switch
|
turns
on quiet mode, no user intervention
|
-if
|
variable
|
input file, string with full or relative path
|
-of
|
variable
|
output file, string with full or relative path
|
Table 3. Sample Command Line Sessions
Command Line
|
Description
|
concyl -if="c:/samples/test1.txt"
|
runs GUI and loads specified input file
|
concyl -nogui
|
does a non-GUI run using default file names
|
concyl -nogui -if="concyl.in" -of="concyl.out"
|
does a non-GUI run using specified file names
|
concyl -nogui -q | does a non-GUI quiet run using default file names |