G
Guest
I want to copy some files to a different compter with SERVER2003 system and a
share path, how to add logon and password to robocopy command line?
For example: I want to copy \\HOME\testfiles\ to \\SERVER\HOMEBACKUP\ with
logon name: SERVERadmin and passwd:testcopy
so, is the command line as:
robocopy.exe \\HOME\testfiles\ \\server\HOMEBACKUP\ logon:SERVERadmin
passwd:testcopy /ZE /MIR /log+:c:\temp\rocopyfile.log
is it correct? the log file revelaed wrong logon name and passwd!!
share path, how to add logon and password to robocopy command line?
For example: I want to copy \\HOME\testfiles\ to \\SERVER\HOMEBACKUP\ with
logon name: SERVERadmin and passwd:testcopy
so, is the command line as:
robocopy.exe \\HOME\testfiles\ \\server\HOMEBACKUP\ logon:SERVERadmin
passwd:testcopy /ZE /MIR /log+:c:\temp\rocopyfile.log
is it correct? the log file revelaed wrong logon name and passwd!!