Validation command line parameters – Kofax DOKuStar Validation User Manual

Page 100

Advertising
background image

DOKuStar Validation Programming Manual

Page

• 96

Validation Command Line Parameters

Some of Validation’s command line parameters have already been described. You get the full list when, when you
open a DOS box, go to the

bin

directory of the DOKuStar Validation installation and enter

dsval -?

Most command line options have a short and a long format, for example,

dsval –a

is equivalent to

dsval –admin

.

Option

Description

--admin

Start Validation in administrator mode

--vba=FILE

Loads a given VBA project from

FILE

. Starts Validation and loads this VBA

file. Usually used together with the

--admin

option in order to be able to see

the VBA code

--batch=ARG

Used for internal purpose only, not for common usage

--create-vba=FILE

Creates a new VBA file. Does not start Validation. Usually the

--vba

option

will be used afterwards in a second call.

--convert-vba=INPUT,OUTPUT

converts the VBA project file specified by the first parameter

INPUT

und

creates a new project file

OUTPUT

in 3.2 format

--convert-vbj=INPUT,OUTPUT

converts the Validation project file specified by the first parameter

INPUT

und

creates a new project file

OUTPUT

in 3.2 format

--connect-info

Additionally starts

IdsInfo

. Used for error tracing of Validation.

--help

Displays the command line help

FILE, INPUT, OUTPUT

denote a filenames without quotation marks. Multiple options can be specified

together. In addition, a Validation project file can be specified, which will automatically be opened when Validation
starts.

Advertising