Forum Discussion

m_essaid's avatar
m_essaid
Valued Contributor
11 years ago

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

2 Replies

  • So what happens with the 2nd project?

    Does it produce an error message?

    Does nothing appear to happen?

    • m_essaid's avatar
      m_essaid
      Valued Contributor

      Hi,

       

      I finaly solved the problem by using Project Suites. My project suite contains my projects which contains my tests.

      I launch the suite with a single line in a .BAT dos file and the "custom" variables I use are visible in the projects.