On Fri 25-Aug-06 6:35pm -0600, Chris Sutcliffe wrote:

> Is it possible to execute a Windows based app in vim without having a
> command box?  When I type '!explorer' for example, I get a command box
> that executes explorer.  I was wondering if I could have it execute
> explorer without the command box being displayed.

Yes, run it asynchronously with:

    :!start explorer

See:

    :h !start
    
-- 
Best regards,
Bill

Reply via email to