Adding toolbar button to Run an AutoIT script
Posted: 14.11.2024 10:28
I'm trying out adding a button that will basically run a script using AutoIt3_x64.exe. I've created a button, and added all the necessary arguments. The only thing I am having trouble with, is that when I click the toolbar button, it tries to open the AutoIt3_x64.exe file instead of running it. I haven't specified the full command, as I am unsure how it works.
Am I doing it the right way, or should I be using the External Tools plugin as stated on the wiki?
What I would like to do is replace SCiTe with CudaText, as it is far easier and much better to use imo.
The functions I would like replaced, though I am not really sure these are all possible, are:
1. SCiTe/Tools/Go command. Used to run a script.
2. Replace SCiTe console (bottom panel) output with CudaText. This shows any errors in the script.
3. Replace SCite/Tools/Compile command. This uses Aut2Exe.exe to compile a script.
So I need two buttons and confirmation all this is possible please.
Thanks.
Am I doing it the right way, or should I be using the External Tools plugin as stated on the wiki?
What I would like to do is replace SCiTe with CudaText, as it is far easier and much better to use imo.
The functions I would like replaced, though I am not really sure these are all possible, are:
1. SCiTe/Tools/Go command. Used to run a script.
2. Replace SCiTe console (bottom panel) output with CudaText. This shows any errors in the script.
3. Replace SCite/Tools/Compile command. This uses Aut2Exe.exe to compile a script.
So I need two buttons and confirmation all this is possible please.
Thanks.