On 27 Mar 2008, at 18:23, Dennis | screenlabor wrote:
smart select means, you can set Windows applications as a default to any file-typpe.
In that case you can probably use
open -a 'Internet Explorer' «filename»
to open it in IE. As a TM command (to preview the current file in IE6) that would be
open -a 'Internet Explorer' "$TM_FILEPATH"