I wanted to run an application on network drive. I successfully mounted the network drive as a mounted local directory and executed the EXE file through Wine. The exe file now for its associate file instead of in that mounted local directory searches in root directory. If i copy its associated file at root / the application works perfectly. Is there anyway i can add that mounted local directory as a default folder Plz help
On Fri, Jun 5, 2009 at 8:44 AM, flakhany<wineforum-user at winehq.org> wrote:> I wanted to run an application on network drive. I successfully mounted the network drive as a mounted local directory and executed the EXE file through Wine. > > The exe file now for its associate file instead of in that mounted local directory searches in root directory. > > If i copy its associated file at root / the application works perfectly. > > Is there anyway i can add that mounted local directory as a default folder > > Plz help > > > > > >Run 'winecfg' and add it under drives. -- -Austin
I have already done it. Actually i am running Oracle developer 6i. ifrun60.exe runs smoothly. But when it reads fmx file it goes to load menu file which is not read in that drive. Instead if i copy that menu file in \home directory everything works fine. I wonder why it is not reading from the mounted drive?