Interactive mode

<< Click to Display Table of Contents >>

Navigation:  General >

Interactive mode

Previous pageReturn to chapter overviewNext page

 

CFturbo can be executed in interactive mode with different command line parameters.
For starting in batch mode, several different parameters exist.

Syntax

cfturbo.exe [<project file> [-readonly]] or [<batch file>]

Options

<project file>

CFturbo project file (*.cft)

The specified project file is loaded automatically after program start.
This behavior is similar to double-clicking on a *.cft file.

-readonly

The specified project file is loaded in read-only mode.
All details are displayed, but nothing can be modified.

<batch file>

CFturbo batch file (*.cft-batch)

The project file specified in the batch file is loaded automatically after program start.
The modified parameters specified in the <Updates> block are applied to the project, while the <Batch action> blocks are ignored.

Details of batch mode are described in the separate topic.