On Mon, 2010-08-23 at 12:16 -0500, systino wrote: > i installed metatrader and it work fine. now i want to install another > program (old visual basic 6 to repair an old program). you tell to use > this code: > > export WINEPREFIX=~/.wine.metatrader > > for each program to instal. how must i do to install the second > program without changing the first one? > how to run metatrader and vb6 on the same time? > By using a different prefix for each program: export WINEPREFIX=~/.wine.metatrader export WINEPREFIX=~/.wine.another_app export WINEPREFIX=~/.wine.and_another ... Martin