关于wine的使用
我在rh9下安装了wine for rh9,可是不知道怎么使用啊,也不知道装哪儿了,我只想阅读我的EXE格式的电子图书而已,不知道怎么才能实现呢?谢谢,高手的指点啊 There should be a folder named ".wine" under your $HOME, inside it there's a fake_windows folder which is just like your C:\ directory, you have to put the files inside this folder or other folders that wine can access, suppose you wanna run setup.exe and you have copied it into that fake_windows folder, now just type:
wine C:\\setup.exe
The setup.exe will bump up a window which you have been familiar with. Note: you have to use UNIX's shell escaping way, thats why there're two \ in the above line.
页:
[1]