On 14/02/2012 11:10, Andy Wokula wrote:
Am 14.02.2012 11:31, schrieb RoDo:echo system('echo a & echo b') fail should escape & echo system('echo a ^& echo b') passomg: C:\> echo a & echo b a b C:\> cmd /c ( echo a & echo b ) b ) Looks like a bug with cmd.exe . I guess it's specific to echo . And it's quite an esoteric command line: somecmd & echo b
C:\>cmd /c ( echo a ) & ( echo b ) a b IIRC echo has "special" rules as to how it consumes the line. Mike -- 5 out of 4 people have trouble with fractions. -- You received this message from the "vim_dev" 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
