How xcopy copies local files to remote servers

  
        1.net use \\\\IP address password /user:******2.xcopy file \\\\IP address\\ batch file is backup.bat, the code is as follows: =========== =========================================================== ========================================================================================== Use \\\\192.168.1.198\\ipc$ Zqf198703 /user:royalpeakxcopy g:\\backup\\*. * \\\\192.168.1.198\\Data Backup/D /E /Y /H /Knet use \\\\192.168.1.198\\ipc$ /delete Use the Xcopy command to copy the files and directories, including subdirectories, to the xcopy source path target path. Syntax xcopy Source [Destination] [/w] [/p] [/c] [/v] [/q] [/f] [/l] [/g] [/d[:mm-dd-yyyy]] [/u] [/i] [/s [/e]] [/t] [/k] [/r] [/h] [{/a
Copyright © Windows knowledge All Rights Reserved