when backing up with robocopy get a syntax error, my issue is the source directory has a space but the destination does not.
example
robocopy c:\dons documents i:\backup
I put the quotation marks in but still get the error, question is do I still have to put the quotation for all of the command or only the first half.
robocopy "c:\dons documents i:\backup or do I put quotation on the full line??