TheMegaXandy
New Member
I'm having a problem using the plugin's "Run" action. For example, I have a cmd command that I would like to run:
How do I adapt this to the plugin's "Run" action?
I also have another simpler cmd command, which I was not successful in:
Both commands take a specific folder to be executed.
Note that the commands work properly in a command prompt window. So there is nothing wrong with the command syntax, nor with the exe file being executed.
Code:
piper --model pt_BR-faber-medium.onnx --output_file TTS-generating.wav < text.txt && del TTS.wav && rename TTS-generating.wav TTS.wav
I also have another simpler cmd command, which I was not successful in:
Code:
del TTS.wav
Note that the commands work properly in a command prompt window. So there is nothing wrong with the command syntax, nor with the exe file being executed.