You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
468 B
INI
28 lines
468 B
INI
5 years ago
|
// link the common configuration file
|
||
|
RootConfigFilename = "test_service_default.cfg";
|
||
|
|
||
|
DontUseAES = 1;
|
||
|
DontUseNS = 1;
|
||
|
DontUseTS = 1;
|
||
|
|
||
|
Paths = {};
|
||
|
PathsNoRecurse = {};
|
||
|
GeorgePaths = {};
|
||
|
WriteFilesDirectory = "";
|
||
|
SaveFilesDirectory = "";
|
||
|
|
||
|
StartCommands =
|
||
|
{
|
||
|
""
|
||
|
|
||
|
// ,"pdrRead a pdrLines.txt"
|
||
|
// ,"pdrWrite a pdrLines_out.xml"
|
||
|
|
||
|
// ,"pdrRead b pdrLines_out.xml"
|
||
|
// ,"pdrWrite b pdrLines_out.txt"
|
||
|
|
||
|
// ,"pdrRead c pdr_account.xml"
|
||
|
// ,"pdrWrite c pdr_account_out.txt"
|
||
|
|
||
|
};
|