External Commands
-
- Registered User
- Posts: 32
- Joined: Fri Aug 30, 2013 5:45 pm
External Commands
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?
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
If you need it then ,yes that would be available in next version and maybe with live feedback feature
and in-out option
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 :
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 :
-
- Registered User
- Posts: 32
- Joined: Fri Aug 30, 2013 5:45 pm
That's epic! Thanks, Serkan.