Re: wine apps from command line
On Sun, 17 Oct 2010 21:30:51 -0500, Jordan Metzmeier wrote:
>> winword myfile.doc &
>>
>> the cxoffice provided winword takes care of all the rest.
>>
>> Now that I'm installing Ms Office under wine now . . .
>
> How about something like:
>
> winword() { wine ~/.wine/drive_c/rest/of/path/word.exe "$@"; }
Yes, thanks.
Hold on, I thought it would be more to it, and it is -- With about these
work:
winword myfile.doc &
winword ./myfile.doc &
but not this:
winword path/to/myfile.doc &
--
Tong (remove underscore(s) to reply)
http://xpt.sourceforge.net/techdocs/
http://xpt.sourceforge.net/tools/
Reply to: