nvcc fatal : Don't know what to do with 'C:/?'

Tried to install Cudafy but it gives me a compilation error. When I run nvcc in command prompt it gives me an error :

nvcc fatal : Don’t know what to do with ‘C:/?’

There is too little information here. You appear to be using a Windows platform. Windows command shells parse command lines differently than what you mat be used to from Unix-like shells. In this case, you may need to enclose a path-qualified file name in double quotes. You may also have to replace forward slashes with backward slashes in the path name.