cmdからネットワークドライブをマウントしフォルダを中身ごとコピー

net use X: \\192.168.1.101\c$ password /user:Administrator
xcopy X:\test C:\temp\test /e
net use X: /delete