Richmond, I use something like this
on openWithApp pApp, pFilePath
get format("open -a %s %s", pApp, pFilePath)
get shell(it)
end openWithApp
pass the file path to open and the application name.
works for MacOS X only.
cheers
andre
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution
