Skip to content

Instantly share code, notes, and snippets.

@Raizelian
Last active October 5, 2017 13:49
Show Gist options
  • Save Raizelian/e1d53ef78ef18b40918a4b80fc905726 to your computer and use it in GitHub Desktop.
Save Raizelian/e1d53ef78ef18b40918a4b80fc905726 to your computer and use it in GitHub Desktop.
[Applescript] Run .exe in Wine
# run Test.exe in Wine
# Wine is in the "Applications" folder
# alternative path: /usr/local/bin/wine
tell application "Terminal"
do script "/Applications/Wine.app/Contents/MacOS/wine ~/.wine/drive_c/Program\\ Files/Test/test.exe"
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment