Results 1 to 3 of 3
Hi,
I have a genealogy program running well with wine, there is however one thing that bothers me: the program can create html files, one type being called "C:\windows\temp\aldfaertmp.html" (note ...
- 04-10-2007 #1Just Joined!
- Join Date
- May 2005
- Posts
- 2
c: or C: in wine
Hi,
I have a genealogy program running well with wine, there is however one thing that bothers me: the program can create html files, one type being called "C:\windows\temp\aldfaertmp.html" (note only C: is uppercase); the file is however not created, I can not find it anywhere, and my guess is that it be the uppercase C: because it seems that wine ceates a dummy c: with lowercase.
Is it possible to create a dummy C: in wine with uppercase?
- 04-10-2007 #2
Not sure how Wine stores the data (i think it's in ~/.wine/c_drive) you could try symlinking a folder called C_drive to this, in the same location. something like:
in the ~/.wine folder should do this, see if that helps.Code:ln -s c_drive C_drive
"I am not an alcoholic, alcoholics go to meetings"
Registered Linux user = #372327
- 04-10-2007 #3
Wine works with either c: or C:, and that makes sense since it is emulating Windows which works with either.
However, you might look in the C: root for a file named windowstempaldfaertmp.html. You often need to use double backslashes because, depending on how you are entering the filename, Bash or Linux may process it first.


Reply With Quote
