以下是一些常见的 CMD 命令:
dir
cd
cd C:\Users\Username\Desktop
md
md Documents
rd
rd Documents
copy
copy C:\Users\Username\file.txt D:\Backup
del
del file.txt
type
type file.txt
ping
ping 192.168.1.1
ipconfig
ipconfig /all
tasklist
tasklist /v
这些只是一些常见的 CMD 命令,还有许多其他命令可用。您可以通过输入 help 命令来查看可用的命令列表,或者通过输入 命令名称 /? 来查看有关特定命令的帮助信息。
help
命令名称 /?
原文链接:codingdict.net