I am encountering the error " Invalid number of parameters". how can i solve it

C:\Users\DR GLADMAN GEE>Xcopy C:\Users\DR GLADMAN GEE\Documents\CCTSkills C:\Users\DR GLADMAN GEE\Desktop/E


In Windows, when your file or folder name has spaces in it, you must enclose it in quotation marks.

C:\Users\DR GLADMAN GEE>XCOPY "C:\Users\DR GLADMAN GEE\Documents\CCTSkills" "C:\Users\DR GLADMAN GEE\Desktop" /E