[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: wine apps from command line



On 10/17/2010 09:23 PM, T o n g wrote:
> Hi,
> 
> When I used cxoffice to install Ms Office suits, I was able to invoke 
> Office suit tools as plain Linux commands. E.g.,
> 
>  winword myfile.doc &
> 
> the cxoffice provided winword takes care of all the rest. 
> 
> Now that I'm installing Ms Office under wine now, and I miss the ability 
> to run wine apps as simple commands. 
> 
> Anyone has scratched that itch yet?


How about something like:

winword() { wine ~/.wine/drive_c/rest/of/path/word.exe "$@"; }

in your .bashrc file?


-- 
Jordan Metzmeier


Reply to: