External Commands

Forum for suggestions and new feature requests for SDStudio Design Environment
Post Reply
Centauri Soldier
Registered User
Posts: 32
Joined: Fri Aug 30, 2013 5:45 pm

External Commands

Post 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?
User avatar
Serkan
Developer
Developer
Posts: 214
Joined: Thu Jul 04, 2013 8:44 pm
Location: Windows.h
Contact:

Post 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
User avatar
Serkan
Developer
Developer
Posts: 214
Joined: Thu Jul 04, 2013 8:44 pm
Location: Windows.h
Contact:

Post 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
Centauri Soldier
Registered User
Posts: 32
Joined: Fri Aug 30, 2013 5:45 pm

Post by Centauri Soldier »

That's epic! Thanks, Serkan.
Post Reply