Respondido
How to run a Powershell script through Extendscript?
I'm thinking of the app.system command which can maybe run ps1 scripts through the command line, but the command line would need Bash installed. Is there a way without Bash being installed?
app.system( ".\C:\Users\DELL\Desktop\input_settings.ps1" + app.version)
