Automating the software, Command line options – QuickLabel NiceData User Manual

Page 10

Advertising
background image

- 10 -

Automating the Software

Command line options

If you want to execute some commands when the appliaction starts, you can specify   additional com-
mand line parameters.

Command line parameters are:

Fill table:

-F output_table input_table [/Saaa] [/Tbbb]

Output table is filled with the records from the input table.

/Saaa

Optional parameters to check record size where aaa is record length.

/T
bbb

Optional parameter to skip records where bbb is the number of records you want
to skip.

 

Append table:

-A output_table input_table [/Saaa] [/Tbbb]

Records from input table are added to the output table.

/Saaa

Optional parameters to check record size where aaa is record length.

/T
bbb

Optional parameter to skip records where bbb is the number of records you want
to skip.

 

Append and update table:

-AU output_table input_table [/Saaa] [/Tbbb]

Records from the input table are added to the output table. If the same   record already exist in the out-
put table, it is updated.

/Saaa

Optional parameters to check record size where aaa is record length.

/T
bbb

Optional parameter to skip records where bbb is the number of records you want
to skip.

 

Open table:

-D table_name or just table_name (without -D)

 

Empty table:

-E table_name

This command can also be combined with append command (-AE). In this   case the table is first emp-
tied and then the records from the input table   are appended to it.

 

Opens table in table view:

Advertising