<?xml version="1.0"?>

<BarcodeProcessingConfiguration>

  <activemode>1</activemode>

  <startOptions>
    <minimized>no</minimized>
    <procAfterStart>no</procAfterStart>
    <closeAfterProc>no</closeAfterProc>
    <showWindow>yes</showWindow>
  </startOptions>

  <source>
    <dir>c:\BarcodeProcessing\Source\</dir>
    <filemask>*.*</filemask>
    <delete>yes</delete>
    <watchSource>0</watchSource>
  </source>

  <destination>
    <dir>c:\BarcodeProcessing\Dest\</dir>
    <!-- bmp, jpeg(jpg), gif, tiff(tif), png or same as source if empty -->
    <fileFormat></fileFormat>
  </destination>

  <log>
    <saveLog>yes</saveLog>
    <fileName>c:\BarcodeProcessing\Log\log_2008_05.txt</fileName>
    <fieldSeparator>;</fieldSeparator>
    <inFieldSeparator>#</inFieldSeparator>
  </log>

  <errDir>c:\BarcodeProcessing\Error\</errDir>

  <fileWithoutBarcode>
    <!-- dest, error, delete, nothing -->
    <action>error</action>
    <replaceExisting>no</replaceExisting>
  </fileWithoutBarcode>

  <fileWithBarcode>
    <replaceExisting>no</replaceExisting>
  </fileWithBarcode>

  <fileSequenceSeparator>_</fileSequenceSeparator>

  <barcodeParameters>
    <barcodeTypes>Code128;Code39;Interleaved25;Industrial25;EAN-13;EAN-8;UPC-A;UPC-E;Codabar;Code11;PDF417;Linear-Undec</barcodeTypes>
    <filter>
      <regex>.*</regex>
    </filter>
    <barcodeLinearUndec>LinearUndec</barcodeLinearUndec>
    <LinearFindBarcodesOnPage>1</LinearFindBarcodesOnPage>
    <LinearShowSymbologyID>no</LinearShowSymbologyID>
    <LinearVerifyCheckDigit>no</LinearVerifyCheckDigit>
    <LinearShowCheckDigit>yes</LinearShowCheckDigit>
    <LinearShowStartStop>no</LinearShowStartStop>
    <LinearCode39EnableExtended>no</LinearCode39EnableExtended>
    <LinearInterl25MinLen>2</LinearInterl25MinLen>
    <LinearInterl25MaxLen>50</LinearInterl25MaxLen>
    <LinearIndustr25MinLen>1</LinearIndustr25MinLen>
    <LinearIndustr25MaxLen>50</LinearIndustr25MaxLen>
    <LinearCode11MinLen>1</LinearCode11MinLen>
    <LinearCode11MaxLen>50</LinearCode11MaxLen>
    <LinearCode39MinLen>1</LinearCode39MinLen>
    <LinearCode39MaxLen>50</LinearCode39MaxLen>
    <LinearCode128MinLen>1</LinearCode128MinLen>
    <LinearCode128MaxLen>70</LinearCode128MaxLen>
    <LinearCodabarMinLen>1</LinearCodabarMinLen>
    <LinearCodabarMaxLen>50</LinearCodabarMaxLen>
  </barcodeParameters>

</BarcodeProcessingConfiguration>
