AS from Classic to OS X Apps?
AS from Classic to OS X Apps?
- Subject: AS from Classic to OS X Apps?
- From: email@hidden
- Date: Thu, 28 Jun 2001 16:59:41 -0400
It is possible to call OS X apps from an AppleScript compiled and run in
Classic, although I am not sure what kind of return values you'll get. Currently
I know of no OSAX for Classic that allows AppleScript access to the OS X command
line. You could compile an OS X applet that uses Vampire Software's native OS X
OSAX AEShell and call the applet from a Classic script or you could use the
Carbon app ShellScriptor which provides AppleScript access to the command line.
Hope this helps.