Command Tag |
Defines the command request.
<Command [Name=Command Name] [RepeatCount=Number]>...</Command>
Where ... is replaced with the tags that are contained in the command.
The supported attributes include the following.
Attribute |
Required/Optional |
Description |
---|---|---|
Name |
Optional |
The name that identifies the command. |
RepeatCount |
Optional |
The number of times that the command is run. |
The following child element tags are supported.
Tag |
Description |
---|---|
Exports an entire print job (all pages) to one or more images. |
|
Loads or sets up a BarTender document before another command is used. |
|
Runs a print job. |
<?xml version="1.0" encoding="utf-8"?>
<XMLScript Version="2.0" Name="09232006_103601_Job1" ID="123">
<Command Name="Job1">
<Print>
<RecordSet Name="Text File 1" Type="btTextFile">
<UseFieldNamesFromFirstRecord>1</UseFieldNamesFromFirstRecord>
<TextData>
<![CDATA["FirstName","LastName","City","Zip Code"
"Adam","Jones","Bellevue","98008"
"Katelyn","Smith","Kirkland","98293"]]>
</TextData>
</RecordSet>
</Print>
</Command>
</XMLScript>
BTXML script version 1.0 (BarTender 8.0 and later versions)