Page 1 of 1

External Commands

Posted: Sun Jan 12, 2020 8:53 pm
by Centauri Soldier
Your AMS CommandLine plugin was epic. Would you be able to incorportate something similar? Or even the ability to call external programs and get back data from them?

Re: External Commands

Posted: Mon Jan 13, 2020 5:53 pm
by Serkan
Welcome back

If you need it then ,yes that would be available in next version and maybe with live feedback feature
and in-out option

Re: External Commands

Posted: Tue Jan 14, 2020 9:00 pm
by Serkan
What you have requested was added to SDStudio and will be available in next version update

You can run a commandline application , and get live feedback from the application (no need to wait until it exits)
You can receive event notification if commandline application exits
You can receive event notification if commandline sends error message
You can receive event notification if a system error occurs , Example : failed to launch commandline exe because it requires admin rights
You can destroy running commandline app whenever you want
If application requires additional info after it is started then you can send data and get application response back just like you do in CMD.exe

Demo screenshot :
commandline.png

Re: External Commands

Posted: Thu Jan 30, 2020 8:55 am
by Centauri Soldier
That's epic! Thanks, Serkan.