Forum Discussion

kylegogtp's avatar
kylegogtp
Contributor
4 years ago
Solved

Start next step only after batch file is complete

I am looking for a way (without using delays) to only start the next step in the test only if the previous step batch file has completed.
  • BenoitB's avatar
    4 years ago

    Quick ideas without delays

    - Use errorlevel of batch file

    - Use a file as a marker of batch finished