Perhaps you should try: WINEPREFIX=/directory/config wine /directory/program.exe This assumes that you have a shell like sh, or bash. The WINEPREFIX=... bit tells the shell to set that environment variable, then wine ... tells it to run wine with ... as arguments. The way you have it, wine is given an _argument_ "$WINEPREFIX=...", but it's expecting an environment variable. HTH Chris Rodgers. On Sat, 2004-10-23 at 12:40, Savio Ramos wrote: > Hi, > > How can I use wineprefix option? > > I tried without successful: > > > wine WINEPREFIX=/directory/config /directory/program.exe > > wine /directory/program.exe WINEPREFIX=/directory/config > > wine /directory/program.exe $WINEPREFIX=/directory/config > > > []'s _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users