I’m in the need of your great minds once again,
I want to run two scripts, they are both on the same directory.
I’ve exported them both as autorun HTML files
I don’t need any log file or other clutter
In addition, I don’t understand what should I put in the $path_autorun_html parameter.
I have 2 HTML files, with different name.
If all you need to do is run two macros, why don’t you just put at the end of the 1st macro run | My2ndMacro? The function is already built-in and the timings will be perfect.
Run a test case via command line and after one macro finish start the next, simple and easy run multiple macro in this mode with a simple batch file, after first macro finish start the second.
Copy all macro inside a folder, after run test case and all macro inside the folder will be executed.
Powershell is a slow and difficult solution to manage macros because require Powershell installed (is not portable) after require to edit a long code, with a simple batch file 2 lines you can run unlimited macro.