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 -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4cbbb15b.7010...@gmail.com