stvs wrote: > Passing in the base directory as "\home\base_dir" doesn't work at all because this syntax is incorrect on BSD. > > Is there some flag or trick to tell WINE to interpret the correct directory syntax on BSD? I'm stuck with the executable I have. Uhhmmm. If you mean what I think you mean then you would escape the Windows directory delimiting forward slashes: Code: "\\home\\base_dir" Otherwise your BSD shell will try and put an escaped "h" character and an escaped "b" character in that Wine path. Bob