Hi:
I have this line in C code:
wsprintf(buf, L"/C ping 127.0.0.1 -n 5 && "NOTEPAD.EXE" " );
ExecWin(L"cmd.exe", buf, TRUE

);

When it executes, ping runs and NOTEPAD is launched but...