I noticed that if I don't have a path configured in my environment to point to
my app (winword for example), then yarn can't find winword even if I give a full
path name in the mailcap file.
application/msword; /GARYH/MSOFFICE/WINWORD/winword %s
Now, if I do this:
application/msword; \GARYH\MSOFFICE\WINWORD\winword %s
It will try to run:
GARYHMSOFFICEWINWORDwinword
NOW, how can I get winword to work without having to setting my environment
variable, PATH, to point to the app?
Thanks,
Gary