On Sun, 28 May 2000, Eric Pouech wrote:

> > > wine c:\\winnt\\winhlp32.exe d:\\borland\\Borland\ Shared\\MSHelp\\win32.hlp
> > >
> > > A bit less straightforward for the hardened Windows users, but it works too.
> > 
> > Well, just distribute the quotes over the spaces -:)
> > 
> > wine  "c:\winnt\winhlp32.exe" "d:\borland\Borland" "Shared\MSHelp\win32.hlp"
> 
> or simply
> wine c:\winnt\winhlp32.exe "d:\borland\Borland Shared\MSHelp\win32.hlp"
> 
Noooo, "\" is a bash escape character. It'd hafta be:
wine c:\\winnt\\winhlp32.exe "d:\borland\Borland Shared\MSHelp\win32.hlp"

-Bodnar42

Reply via email to