网卡设置
netsh
命令
1 | netsh interface ip set address "本地连接" static your_ip your_ipmask gateway metric |
输出目录树(tree)
命令:tree /f > dir_pic_tree.txt
,输出的结果在 cmd 的当前目录下,如果不带 > dir_pic_tree.txt
,则直接打印到 cmd 界面。
例如输出 Pictures 目录的目录树:
1 | C:\Users\R04220\Pictures>tree /f |