Ok, I know I can do loop like this:
for (int i=1; i<=argc-1;i++) { cout << argv[i] << endl; }
But this way double quotes are l
When you need the original command line, your can use the GetCommandLine() API function.