Robocopy log problem

G

Guest

Hi. I am having a problem with robocopy syntax. I have two computers, PCA and
PCB. I want to copy the work folder in PCA c drive to PCB d:\pca\work. I need
to save the log file for the robocopy session at another directory, but it
gives me this error;
ERROR : Invalid Parameter #11 : "/LOG+:D:\logfiles\PCA\log.txt"

The command that i use on Windows XP is;
RoboCopy.exe \\PCA\c$\work \\PCB\d\PCA\work /COPYALL /B /SEC /MIR /Z
/R:0 /W:0 /LOG+:D:\logfiles\PCA\log.txt /NFL /NDL

What might be wrong? Please help. Thank you.
 
U

Uncle Grumpy

mdhairil said:
Hi. I am having a problem with robocopy syntax. I have two computers, PCA and
PCB. I want to copy the work folder in PCA c drive to PCB d:\pca\work. I need
to save the log file for the robocopy session at another directory, but it
gives me this error;
ERROR : Invalid Parameter #11 : "/LOG+:D:\logfiles\PCA\log.txt"

The command that i use on Windows XP is;
RoboCopy.exe \\PCA\c$\work \\PCB\d\PCA\work /COPYALL /B /SEC /MIR /Z
/R:0 /W:0 /LOG+:D:\logfiles\PCA\log.txt /NFL /NDL

What might be wrong? Please help. Thank you.
http://tinyurl.com/2kkhat
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top