Hello, I want the C drive to be pointing to /usr/share/wine-c instead of ./drive_c by default, without modifying in the config file. That is on typing the command "wine" itself , "dosdrives" in .wine directory should contain the symlink to /usr/share/wine-c for "C" drive. Where should I edit for that, so that i get the C drive pointing to /usr/share/wine-c by default. Saravanan ______________________________________ Scanned and protected by Email scanner
Bill Medland
2004-Nov-04 09:37 UTC
[Wine]How to make C drive to point to /usr/share/wine-c
On November 3, 2004 09:43 pm, saravananv wrote:> Hello, > I want the C drive to be pointing to /usr/share/wine-c instead of > ./drive_c by default, without modifying in the config file. That is on > typing the command "wine" itself , "dosdrives" in .wine directory > should contain the symlink to /usr/share/wine-c for "C" drive. > Where should I edit for that, so that i get the C drive pointing to > /usr/share/wine-c by default.In the file system. Use the normal unix commands to replace the symlink. (ln -s -f /usr/share/wine-c ~/.wine/dosdevices/c:)> > Saravanan > > > ______________________________________ > Scanned and protected by Email scanner > _______________________________________________ > wine-users mailing list > wine-users@winehq.org > http://www.winehq.org/mailman/listinfo/wine-users-- Bill Medland mailto:billmedland@mercuryspeed.com http://webhome.idirect.com/~kbmed
But by this method, manually, I have to create symlink to "c" drive for each user. isn't it ?. I want it to be inbuild in wine so that, for any user by just typing the command wine, the sysmlink to /usr/share/wine-c should be automatically created. Saravanan ----- Original Message ----- From: "Mark Knecht" <markknecht@gmail.com> To: "saravananv" <saravananv@erdcitvm.org> Sent: Thursday, November 04, 2004 6:22 AM Subject: Re: [Wine]How to make C drive to point to /usr/share/wine-c> cd .wine/dosdevices > rm c: > ln -s /usr/share/wine-c c: > > > On 04 Nov 2004 11:13:01 +0530, saravananv <saravananv@erdcitvm.org> wrote: > > Hello, > > I want the C drive to be pointing to /usr/share/wine-c insteadof> > ./drive_c by default, without modifying in the config file. That is on > > typing the command "wine" itself , "dosdrives" in .wine directory > > should contain the symlink to /usr/share/wine-c for "C" drive. > > Where should I edit for that, so that i get the C drive pointingto> > /usr/share/wine-c by default. > > > > Saravanan > > > > ______________________________________ > > Scanned and protected by Email scanner > > _______________________________________________ > > wine-users mailing list > > wine-users@winehq.org > > http://www.winehq.org/mailman/listinfo/wine-users > >______________________________________ Scanned and protected by Email scanner