Displaying 1 result from an estimated 1 matches for "startwine".
Did you mean:
startline
2011 Jan 01
2
Applescript and .exe?
...mp; "\";
cd \"" & toRunPath & "\";
wine \"" & toRunFile & "\" > /dev/null 2>&1 &"
end run
Clicking this "app" doesn't do anything.
Code:
do shell script "/Applications/Wine.app/Contents/MacOS/startwine /Users/myuser/Programs/ASP32/Asp32.exe"
Clicking this "app" starts X11 and then a small popup window with a yellow warning sign (with a "!") comes up. No text, just the warning sign.
Code:
tell application "Terminal"
do script "/opt/local/bin/wine ~/....