[Wine] Re: WINE + TrackManiaNations4Ever on OsX 10.7 (Lion)

doh123 wineforum-user at winehq.org
Tue Aug 30 22:37:49 CDT 2011


testifix wrote:
> Here's the working code:
> 
> tell application "Terminal"
> 	activate
> 	do script "cd $HOME/.wine/drive_c/Programme/TmNationsForever"
> 	do script "wine TmForeverLauncher.exe" in window 1
> end tell
> 
> 
> thanks again for your help, james!


wont that cause a Terminal to appear?  You can do this with Applescript with no terminal at all.

You do not need to tell Terminal those commands... you should be able to do...


Code:
do shell script "cd $HOME/.wine/drive_c/Programme/TmNationsForever; wine TmForeverLauncher.exe"









More information about the wine-users mailing list