>     Character  Syntax                Definition
>     ---------  --------------------  -------------------------------
>     & [...]    command1 & command2   Use to separate multiple
>                                      commands on one command line.
>                                      Cmd.exe runs the first command,
>                                      and then the second command.
>     ---------  --------------------  -------------------------------


I have tried your advise with cmd1 & cmd2

        " Test Two
        let cmd1 = 'cmd /c "cppCheck ' . a:dir . ' -a --enable=all --template
gcc 1> infos.txt 2> cppcheck.out'
        let cmd2 = 'cmd /c "vim --servername ' . v:servername . ' --remote-
expr "GetAsyncText('."'infos.txt'". ')"'
        exec '!start ' . cmd1 . ' & ' . cmd2



but it is the same result : cmd2 is launched only if cmd1 has finished
its task.

An other 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.

Reply via email to