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:
SpawnHappyJake wrote: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"
Did you try to do it from terminal after "cd"ing to it like James McKenzie was suggesting? You could put that into a bash script and run that, if it works.