当前位置:首页 > 分享 > 经验 > 正文内容

复制文件robocopy

Watrt5年前 (2019-07-30)经验15170

复制文件。同时把文件的权限复制上。

robocopy D:\MYSQL56 E:\MYSQL56 /E /ZB /COPYALL /MT:96 /R:3 /W:3  /LOG:1.txt


分享给朋友:

相关文章

配置 Grbl

配置 Grbl

Grbl has a system ‘$’-command to tweak the settings and trigger runtime commands. Connect to Grbl using the serial terminal of your choice (baud rate 9600 unless you changed that in config.h) as 8-N-1 (8-bits, no parity, and 1-stop bit.) Once connect...

包管理换国内源

包管理换国内源

Pip提供方源及使用方式豆瓣https://pypi.doubanio.com/simple/pip install -i https://pypi.doubanio.com/simple/清华大学https://pypi.tuna.tsinghua.edu.cn/simplepip install -i https://pypi.tuna.tsinghua.edu.cn/simple阿里云https://mirrors.aliyun....

发表评论

访客

看不清,换一张

◎欢迎参与讨论,请在这里发表您的看法和观点。