Sunday, 2 June 2013

How to use environment variables in applescript

How to use environment variables in applescript

I'd like to use my environment variables, which were defined in my environment.plist file, in my applescript.
How do I do that, for instance:
log "Glassfish Home: " & AS_HOME
Where AS_HOME is my environment variable.

No comments:

Post a Comment