gameguru wrote:
I have multiple wine installed. How do I run a program with a different wine installation? I installed wine in .wine and another in .wine-games. What can I do to get a programming running with .wine-games configurations instead of .wine?
WINEPREFIX=$HOME/.wine-games wine <program name> From the directory where the program resides. James McKenzie