I want to create a new Run/Debug Configuration which executes a .bat
file that accepts a Python script as a parameter.
The program I want to execute is MonkeyRunner
(a tool part of Android SDK) which is located in the C:\Users\talha\AppData\Local\Android\Sdk\tools\bin
folder. And my PyCharm project is located in C:\Users\talha\Documents\PyCharmProjects
folder.