hal styli wrote:
> I want to treat an argument such as '/x:1,2' as one argument rather than
> as the two arguments '/x:1' and '2' (ignore quotes).
>
> Note '/x:1;2' will give also '/x:1' and '2' so simply sticking a comma in
> there doesnt quite do it.
>
> Also I could use "/x:1,2" (keeping the double quotes) which would work but
> that is not acceptable.
>
> Is there a simple way of achieving this?
Does "write your own shell" count as simple?
--
Richard Heathfield :
"Usenet is a strange place." - Dennis M Ritchie, 29 July 1999.
C FAQ:
http://www.eskimo.com/~scs/C-faq/top.html
K&R answers, C books, etc:
http://users.powernet.co.uk/eton