duyminh1998/pycmo

Replace batch and ps scripts with ahk

Closed this issue · 3 comments

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

  1. Can we replace every batch and Powershell script with functions from ahk?
  2. What are the tradeoffs of using ahk?

Per the docs, using ahk requires us to download the executable first. This might add more pain than it is worth.