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"