How to Run multiple sub Folders through Command line

Hi Everyone, How can I Run multiple sub-Folders through Command line?

You can trigger one macro after another via the command line, like in this “run 2 macros” example script.

I want to run different folder where different macros exist in each folder.

PlayAndWait folder1

PlayAndWait1 folder2

Can’t we run in this way using script?

You can run all macros inside a folder by using folder=ABC instead of macro=XYZ, which runs a single macro.

@Plankton this script is awesome! I have modded it so that it loops through an array that contains the macros and timeouts so that it can be unlimited in the number that it runs and each macro can have a different timeout, as some of mine take quite a while!! Thanks for posting this!