How to run nvcc

I have installed the cuda toolkit, now if I try for example to see the versione of nvcc I have installed I type into dos nvcc-V it says that cuda is not a valid comand.How to start using the compiler?

you need to put nvcc to your PATH variable. Or just run it with absolute path in command line.