I am passing arguments to main that include quotes. I WANT the quotes to be passed to main but they seem to disappear (get stripped out). The argument I'm passing is:
Is there any way I can ensure the quotes are kept? Actually, as I'm writing this I just thought about escape characters. Maybe there is an escape sequence \" or "" or something like that?