[Wine] Re: Using .exe switches (commands?) e.g. -w
vitamin
wineforum-user at winehq.org
Fri Jan 22 09:53:48 CST 2010
Mlyy wrote:
> Copy d2gfx.dll to your Diablo II install folder
Self explanatory.
Mlyy wrote:
> Create a shortcut to game.exe in your Diablo II install folder.
Create a link on your desktop if you don't already have one from Wine.
Mlyy wrote:
> Target: "C:\Program Files\Diablo II\game.exe" -mod thoc
This would be:
Code:
wine "C:\Program Files\Diablo II\game.exe" -mod thoc
Mlyy wrote:
> Start in: "C:\Program Files\Diablo II\mods\thoc.8"
Use this command to get path and put it as "Work path" into your desktop link.
Code:
winepath -u "C:\Program Files\Diablo II\mods\thoc.8"
That path should look like "/home/user/.wine/dosdevices/c:/Program Files/Diablo II/mods/thoc.8".
More information about the wine-users
mailing list