Replace batch and ps scripts with ahk
Closed this issue · 3 comments
duyminh1998 commented
We need to know more about
whether we can replace the batch and Powershell scripts that are currently being used to restart a scenario with the Python module ahk
So that
we can potentially improve the performance of pyCMO
Questions to answer
- Can we replace every batch and Powershell script with functions from ahk?
- What are the tradeoffs of using ahk?
duyminh1998 commented
duyminh1998 commented
Per the docs, using ahk requires us to download the executable first. This might add more pain than it is worth.