Here’s what the big picture is.
I need to invoke eggplant scripts from Windows machines. I found this program called Say What that allows me to do just that.
However for me to invoke anything I need to be able to write Applescripts that will parse XML documents to figure out which scripts and suites need to opened and pass parameters to these scripts.
How would I do something like this?
I’m a complete newbie to Macs (Started using them 2 weeks back) and have dabbled a little with Applescript.
All I know how to do is to write
tell application "Eggplant"
end tell
For example how would I ask Eggplant to return all suites and scripts it knows about?
Would I be better off writing a Unix script and calling that to return my list of files?
Help would be much appreciated!!!