一、XCOPY、COPY、RD、MD、DEL、REN 命令祥解

copy C:\test.txt D:\
把c盘的test.txt 复制到D盘
del C:\test.txt
删除c盘的test.txt文件
rd /q C:\test.txt
不需要确认直接删除C:\test.txt
md C:\folder
在C:盘创建folder文件夹

二、通过xcopy、rd和start命令详解

1.附上插图:

xcopy、rd、COPY、MD、DEL、REN 命令祥解

2.如果不知道命令具体参数的用法,在cmd里面输入命令名+/?

①比如copy命令:copy /?

xcopy、rd、COPY、MD、DEL、REN 命令祥解

整理自:

https://wenda.so.com/q/1370661693060975

http://blog.sina.com.cn/s/blog_198e996470102ze9t.html

相关文章:

  • 2021-11-21
  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
  • 2021-12-10
  • 2022-12-23
  • 2022-02-28
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案