常用Dos命令
打开cmd方式
- 开始-系统-命令提示符
- Win键+R键 输入cmd
- 在任意文件夹下面,按住Shift+右键点击,选在此处打开命令行窗口
- 资源管理器的地址栏前面加cmd路径
常用Dos命令
//盘符切换
D:
//查看当前目录下所有文件
dir
//切换目录
cd change directory
cd /d f: //跳转到f盘
cd /d E:\IDE //跳转到E盘IDE文件夹
cd .. //返回上一级文件
cd tmp //进入下一级文件tmp
//清理屏幕
cls
//退出
exit
//查看电脑的IP
ipconfig
//打开应用
calc 计算器
mspaint 画图
notepad 记事本
//ping命令
ping www.baidu.com
//创建、删除文件夹,创建、删除文件
md test //创建test文件夹
rd test //删除test文件夹
cd> a.txt //新建a.txt文件
del a.txt //删除a.txt文件
Seven times have I despised my soul:
The first time when I saw her being meek that she might attain height.
The second time when I saw her limping before the crippled.
The third time when she was given to choose between the hard and the easy, and she chose the easy.
The fourth time when she committed a wrong, and comforted herself that others also commit wrong.
The fifth time when she forbore for weakness, and attributed her patience to strength.
The sixth time when she despised the ugliness of a face, and knew not that it was one of her own masks.
And the seventh time when she sang a song of praise, and deemed it a virtue.

浙公网安备 33010602011771号