How to copy files and folder to Server using roobocopy

0

I need to copy my directory from my Laptop to my server using robocopy

my server IP is 192.168.100.45

I write like: Robocopy "D:\folder" "\\192.168.100.45\e$\demo" /S /E /Z

but error:

2019/01/30 12:04:56 ERROR 2 (0x00000002) Accessing Source Directory D:\folder\
The system cannot find the file specified.

Can any one guide me?

robocopy
asked on Super User Jan 30, 2019 by Deepak Ghimire • edited Jan 30, 2019 by Appleoddity

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0