> > let cmd = '!start cmd /c "binary.exe c:/temp/sources -a --enable=all -- > template gcc 1> infos.txt 2> cppcheck.out & vim --servername GVIM1 -- > remote-expr "GetAsyncText('infos.txt')" & pause "' >
> > Don't worry about the nested quotes, cmd.exe is dumb enough to do the > right thing, not what you'd expect. Hi Ben, Here is my new command but effectively the async Method is not called while cppcheck is running but after its run. !start cmd /c "cppCheck c:/temp/sources -a --enable=all --template gcc 1> infos.txt 2> cppcheck.out & vim --servername GVIM1 --remote-expr "GetAsyncText('infos.txt')" & pause" Have you got an idea ? -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php To unsubscribe from this group, send email to vim_use+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.