Files
EDOKA_Batch/EDKB10/BMS/EDKB02WinUI/settings.xml
2021-04-20 07:59:36 +02:00

21 lines
582 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<root>
<config>
<!-- All needed infos about the edkb02 batch -->
<EDKB02>
<ProgramId>4</ProgramId>
<JobId>20</JobId>
</EDKB02>
<!-- The process names to monitor -->
<EDKB02ProcessName>OUTLOOK</EDKB02ProcessName>
<WordProcessName>WINWORD</WordProcessName>
<!-- The file that contains the filecount -->
<FileCountPath>C:\data\proj\BMS\WinUI\bin\FileCount.txt</FileCountPath>
<!-- The file that contains the return value -->
<ReturnFilePath>C:\data\proj\BMS\WinUI\bin\Return.txt</ReturnFilePath>
</config>
</root>