Visual Profiler: Quotation mark in command line argument

When I was using CUDA Visual Profiler, and specify the command line argument with quotation marks, it doesn’t work as expected. For instance, suppose the program is a.exe and I want to run something like a.exe “C:\Program Files”, the program will get two arguments “C:\Program AND Files” respectively, i.e. quotation marks are included as part of the command line argumentd, not as parenthesis.

Anyone has some idea on it? One way to workaround is to write a batch file to run the program, but is not so pleasant. Thanks.