Online Documentation


Command line

Full Convert supports command line usage in addition to standard graphical user interface. You will want to use this to automatize conversion process. Upcoming built-in scheduler will also use command line support to handle conversion automatization.

Options

-E

Immediate convert

 

-C

Close program after conversion

 

-Q

Quiet mode. Application is started hidden.

 

-L filename

Save conversion summary to the file.

-LX

Save conversion summary to the file "Log\Conversion<TIMESTAMP>.txt"

-LR filename

Save conversion errors report to file.

-LW filename

Save conversion warnings report to file.

-LRX

Save conversion errors report to the file "Log\Error<TIMESTAMP>.txt"

-LRW

Save conversion warnings report to the file "Log\Warning<TIMESTAMP>.txt"

-override option=value

Override a single value of the saved session. For the list of available overrides please look here.

-override_file filename

Load overrides from a text file. For the list of available overrides please look here.

Usage examples

C:\Program Files\Spectral Core\Full Convert\FullConvert.exe -E -C D:\Data\MySession.fcs -LR D:\Data\Logs\Errors.txt

 

Opens and runs MySession.fcs session. After conversion is finished, Full Convert is closed. Errors are logged in the specified file.

 

C:\Program Files\Spectral Core\Full Convert\FullConvert.exe -E -C D:\Data\MySession.fcs -L D:\Data\ConvertLog.txt -LRX

 

Opens and runs MySession.fcs session. After conversion is finished, Full Convert is closed and log file is written to ConvertLog.txt. Errors are logged in the "Log\Error<TIMESTAMP>.txt" file.