>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> It's not meant to be hard. It does this: Angus> Store the input string "exe option option option" as a Angus> vector<char> Angus> Convert all spaces ' ' to '\0' What I was not sure about is how you handle option=='foo bar'. Angus> To reassure you that it works, it has been in the 1.4.x tree Angus> since 26 March last year (the vector<char>, vector<char *> Angus> change). The stuff to strip the quotes was added on 25 Oct. It Angus> really does work. This is why I said that I trust you. JMarc