- Регистрация
- 25.01.2012
- Сообщения
- 1 058
- Благодарностей
- 244
- Баллы
- 63
I want to run some other projects every time when my "Mainproject" is started via scheduler in ZP and I need to pass some variable values from the mainproject to the other ones. But I don't need to wait in the mainproject till the others are finished. So I tried it with "Project in Project" where I can pass the values but there is no option NOT to wait till the "Project in project" is finished (regardless if good or bad).
Also I tried it through creating a .bat file for every other project that adds 1 attempt to them and call those bat-files within my mainproject. That worked but I don't know how I can pass variable values from the main to the other projects?
Please help me with how I can handle this the easiest way.
Also I tried it through creating a .bat file for every other project that adds 1 attempt to them and call those bat-files within my mainproject. That worked but I don't know how I can pass variable values from the main to the other projects?
Please help me with how I can handle this the easiest way.