m_essaid
11 years agoValued Contributor
Chain several projects in a .BAT dos file
Hi,
I need to chain at least 2 projects in one .BAT.
First I do some copies with the batch file, then I run TestExecute with a project then I try to run it again with a second project, in vain.
My syntax is :
start /wait "TestExecute" "path to testexecute" path to the mds /run /exit /silentmode /DoNotShowLog
So I have 2 lines like this, one for each .mds
Thank you for any advice
Mehdi