Buttons to execute batchfiles
Is there an existing issue for this?
- [X] I have searched the existing issues
Is your feature request related to a problem? Please describe.
Would it be possible to add some buttons to the program interface that can be used to start batch files. I wrote same batches for backup/restore and other stuff and want to execute them without leaving the program.
Describe the solution you'd like
No response
Anything else?
No response
Let me think about this for a bit - trying to figure a way to not clutter the UI even more. I'm also not positive how feasible launching a batch file from node is, it can be kinda picky about stuff it thinks is a security hazard.
I'm actually against being able to execute arbitrary batch, powershell, or any other script file. Opens the software up to being indirectly compromised. This was why OpenTelemetry removed the ability to execute arbitrary external commands.
If you want to allow similar functionality, allow scripting right in the software instead. With limits.