1bccef940c
pArgV[i++] evalates to the same string as cmd (which is pArgV[i]); we need to increment i before indexing into pArgV again.