Are you in Linux? If so, you might be able to make a launcher. Can you right-click the Desktop or wherever, click "Create Launcher...", give the new launcher a name like "Elite Force 2", then give a command something like "env WINEPREFIX=[path to prefix you installed it into, [home folder]/.wine by default] wine [path to executable]"? But when you write the path to the executable you have to write it like this: "C:\\Program Files\\Double Slashes\\Example.exe" If you're on a Mac and find a series of terminal inputs that work, you can make a text file with no file extension like this: Code: #! /bin/sh cd <directory where EF2 is installed> wine EF2.exe Or something like that. Then you can just double-click the file and it will go. Cheers, Jake