I want to run a "utility" script which performs small tasks, like closing specific windows if they appear, short urls with hotkey, resize window if some specific thing happens, set volume to a specific level if media player start, etc.
What is the best (I mean fastest-running, least memory-consuming) way to run it all the time ?
If I do
I tought I do it like this: a bunch of
Is there a better way ?
Also what is the best way if I edit and save, the script reload itself (or at least one click solution).
Also, I would like to see all the
What is the best (I mean fastest-running, least memory-consuming) way to run it all the time ?
If I do
[ autoit ]
won't it slow down my computer ? What about memory ?I tought I do it like this: a bunch of
[ autoit ]
and [ autoit ]
If I need a new functionality, I just add one more and that's it.Is there a better way ?
Also what is the best way if I edit and save, the script reload itself (or at least one click solution).
Also, I would like to see all the
[ autoit ]
output. How can I see it without running Scite ?