doh123 wrote: > > > 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" > > Just tested it, didnt work: "Command not Found". Altered as follows, however, it works (without opening a terminal window): Code: do shell script "cd $HOME/.wine/drive_c/Programme/TmNationsForever; /opt/local/bin/wine TmForeverLauncher.exe"