CCICAP is invoked by the following command line:
$ccicap inputfile outputfile
where 'inputfile' is the name of an existing circuit description file. 'inputfile' may include path information if the file does not exist in the same directory from which CCICAP is initiated. 'outputfile' is the name given by CCICAP to the ASCII output (results) file. 'outputfile' may include path information. If no path is given, 'outputfile' is created in the directory from which CCICAP is initiated. 'inputfile' and 'outputfile' must not be the same file name if they are to exist in the same directory.
Examples:
$ ccicap my_ckt.inp my_ckt.out
$ ccicap /home/smither/ccicap/my_ckt.inp /home/smither/ccicap/results/my_ckt.out