33 lines
1012 B
Plaintext
33 lines
1012 B
Plaintext
![]() |
# == Properties Section ==
|
||
|
# configuration properties
|
||
|
# use .ini format to define properties
|
||
|
# mandatory properties: name, artifact_home, source_home
|
||
|
|
||
|
id = BatchAI
|
||
|
name = BatchAI
|
||
|
description = Пакетная обработка файлов
|
||
|
artifact_home = BatchAI
|
||
|
source_home = BatchAI
|
||
|
install_home = \\fs1.concept.ru\projects\10 Автоматизация деятельности\02 Офисная автоматизация\00 Обработчики
|
||
|
|
||
|
%%
|
||
|
# === Build section ===
|
||
|
# Available commands:
|
||
|
# build LOCAL_MANIFEST
|
||
|
# copy LOCAL_SOURCE -> [LOCAL_ARTIFACT]
|
||
|
# save_as LOCAL_ARTIFACT -> LOCAL_ARTIFACT
|
||
|
# run LOCAL_SOURCE.bat
|
||
|
|
||
|
copy distr\Шаблоны -> Шаблоны
|
||
|
build script\MainProcessor.txt
|
||
|
|
||
|
%%
|
||
|
# === Install section ==
|
||
|
# Available commands:
|
||
|
# install LOCAL_ARTIFACT -> [INSTALL_PATH]
|
||
|
# add_template LOCAL_ARTIFACT -> [LOCAL_TEMPLATE]
|
||
|
# run LOCAL_ARTIFACT.bat <- [PARAMETERS]
|
||
|
# run APPLICATION <- [PARAMETERS]
|
||
|
|
||
|
install Шаблоны
|
||
|
install !Пакетная обработка.xlsm
|