User interface scripts

rbb

Registered
I am looking for a simple way to write scripts that will open an interface and then execute commands based on buttons that are displayed. Something similar to dtksh on Solaris.
 
In dtksh you can write scripts that can open windows, and then in these windows, you can define buttons, then execute certain programs based on what button is pressed.

I am looking for that funtionality, but on OS X, not Solaris. I could do it in Carbon or another compiled language, but I am looking for a scripting/ interpreted language to use.

Thanks
 
I don´t know much here but I do reckon you can do this with AppleScript - and that you can call AppleScript from a shell with osascript
 
Back
Top