We have one start bat per project, which calls its own evar.bat file and all other evars.bat files from master project and other project. After calling of other bats are done, it calls a "master start"-bat which at the end calls mon.exe.
The "master start"-bat calls some files to copy files from server to pdmsuser-directory and some other stuff.
When starting E3D, we have been forced to move all the external calls to the first bat file used to start the project, and last line of "project start"-bat is
CALL "...\mon.exe" PROD 3D init "....\company.init"
We have one start bat per project, which calls its own evar.bat file and all other evars.bat files from master project and other project. After calling of other bats are done, it calls a "master start"-bat which at the end calls mon.exe.
The "master start"-bat calls some files to copy files from server to pdmsuser-directory and some other stuff.
When starting E3D, we have been forced to move all the external calls to the first bat file used to start the project, and last line of "project start"-bat is
CALL "...\mon.exe" PROD 3D init "....\company.init"