I'm trying to figure out a way to run an OS X host command from the Wine command line. The methods in the FAQ (and in various answers that I've found on line) no longer seem to work.
For example, I've seen it suggested that I should be able to do something like this:
Code: Select all
cmd /c start /unix open /Applications/Calculator.app
I actually want to run some Applescripts with the osascript command, but I simply want to get started with something simple like opening the Calculator. Many thanks for any help.