I would like to be able to start the Wine .chm file-viewer, C:\windows\hh.exe, from the command-line like this: wine hh.exe /some/dir/somefile.chm It works if the current directory contains the .chm file, but not if I have to specify a path. Am I missing something?
On Mon, Apr 14, 2008 at 9:18 AM, KenJackson <wineforum-user at winehq.org> wrote:> I would like to be able to start the Wine .chm file-viewer, C:\windows\hh.exe, from the command-line like this: > > wine hh.exe /some/dir/somefile.chm > > It works if the current directory contains the .chm file, but not if I have to specify a path. > > Am I missing something?Maybe you have to specify a windows path, e.g. wine hh.exe `winepatch -w /some/dir/somefile.chm`
KenJackson
2008-Apr-14 17:28 UTC
[Wine] Re: Viewing .CHM files with hh.exe from command line
Dan Kegel wrote:> wine hh.exe `winepath -w /some/dir/somefile.chm`OK, that one worked. Thanks. I had already tried typing out the path the way Windows would like it, but it didn't seem to work. Odd.