dir 查看
cd 切换 cd /d是切换盘符 eg:cd /d e:\
move 移动或者
md 创建文件夹 rd 删除 copy xcopy 复制文件或文件夹 frindstr 查找制服 type 查看文件类容 echo 输入 >重定向 创建文件 >>追加重定向 del 删除文件网络命令
ping 地址
ipconfig 查看网卡设置 -a可以看MAC地址
netsh interface ip set address "网卡名" static ip地址
netsh interface ip set address "网卡名" dchp 自动获取
netsh interface ip set dnsservers "网卡名" static dns地址
netstat -ano 查看tcp/ip端口号 -p 是选者协议类型 ipv4
arp 显示
route print -4 查看ipv4的路由表
tracert 路由追踪