> C:>"C:\Programme\Microsoft Office\Office10\OUTLOOK.EXE" /a
> "c:\vimtemp\trigger.sql"
>
> How can I run this inside of vim to attach the current buffer?

Have you tried putting a "!" in front of it?

For example, at the bottom of the vim window:

:!"C:\Programme\Microsoft Office\Office10\OUTLOOK.EXE" /a >
"c:\vimtemp\trigger.sql"

I would have tried this command myself, but I don't have outlook on my
machine.  Hopefully it works.

HTH!

Tom Purl


Reply via email to