Re: Wine and PATH

2004-07-06 Thread Bill Medland
On July 6, 2004 02:14 pm, Raghavan Gurumurthy wrote: > BlankI have set this in the Wine config file (~/.wine/config): > > [wine] > "Path"="c:\\windows;c:\\windows\system;c:\myapp" Not enough slashes? "Path"="c:\\windows;c:\\windows\\system;c:\\myapp" > > I have placed the executable (and its dep

Wine and PATH

2004-07-06 Thread Raghavan Gurumurthy
I have set this in the Wine config file (~/.wine/config): [wine] "Path"="c:\\windows;c:\\windows\system;c:\myapp"   I have placed the executable (and its dependent DLLs) in c:\myapp directory. Now, if i run this command:   # wine myapp.exe <<<--- I get error: "wine: cannot find myapp.exe".