I am using robocopy in windows cmd terminal, and the code is
SET source="C:\DevSPInstaller2013\"
SET destination="D:\Backup\SP2013 VM\v2\"
Robocopy.exe %source% %destination% /e /np /eta /r:1 /w:1 /log:"D:\Logs\sp.txt"
But it just fails with Invalid pramater #3 : "VM\v2"
I have quotes so I am not sure what is wrong...
Does anyone know?
Thanks