I am using the below ROBOCOY script for copying the data.
C:\ROBODO\ROBOCOPY.EXE "D:\PhyMD" "\\10.10.100.10\d$\PhyMD" /ZB /TEE /e /np /xo /v /sec /r:1 /LOG+:14032010.LOG
D:\PhyMD(Source) is located on another Server and \\10.10.100.10\d$\PhyMD(Destination) thing is that every time I have to connect the destination path when I start the command because the Server has different credential and also change the log file name as manually. I want to make a NT script for this.
Is it possible ?