当前位置:网站首页>Dos命令
Dos命令
2022-08-11 05:18:00 【涛SSS】
打开CMD
的方式
开始+系统+命令提示符
Win键+R 输入
cmd
打开控制台在任意的文件夹下面,按住shift+鼠标右键点击,在此处打开命令行窗口
资源管理器的地址栏前面加上
cmd
路径管理员方式运行:选择以管理员方式运行
常用的DOS命令
#盘符切换 E: (符号用英文格式) #查看当前目录下的所有文件 dir #切换目录 cd (change directory) #从C盘切换到D盘 cd /d D: #跨盘访问文件 cd /d E:\idea #访问一个盘下的文件 cd temp(文件名) #cd .. 返回上一级 #清理屏幕 cls (clear screen) #退出终端 exit #查看电脑IP ipconfig #打开应用工具 notepad 打开记事本 calc 打开计算器 mspaint 打开画图工具 #ping命令 ping www.baidu.com #文件操作 md 目录名 (创建一个文件夹) rd 目录名 (移除一个文件) cd> 文件名 (创建一个文件) del 文件名 #打开桌面cd /d (复制桌面路径) 创建文件夹md test 进入文件夹cd test 新建一个文件cd>a.txt 删除一个文件del a.txt rd test ad .. rd test
边栏推荐
- ClionIDE通过指定编译器编译
- LeetCode1166. Designing File Systems
- [C language advanced] The first in-depth analysis of the storage of integer data in memory (1)
- CSDN 社区内容创作规范
- Install different versions of MinGW (g++/gcc) and the configuration of the corresponding clion editor under Win
- 【无标题】
- 做款好喝的茶饮~
- win下clion打包的.exe文件在无运行环境的电脑运行显示缺失各种.dll
- task05 PyTorch可视化
- QT QLabel控件(使用详解)
猜你喜欢
随机推荐
Chapter 4-2 a complex type (pointer)
普林斯顿概率论读本读书笔记(阅读中......)
ES6新增数据类型-Symbol
函数怎么用
第6章 分支语句和逻辑运算符
QT QLabel控件(使用详解)
旅游住宿酒店14页
Error in render: “TypeError: Cannot read properties of undefined (reading ‘kingKongList‘)“
怎么用管理员方式打开压缩包
【翻译】博客游戏项目Q1K3 – 制作
C语言自定义类型——枚举类型讲解
手推卷积神经网络参数(卷积核)求导
分布式日志存储架构设计方案
06-JS定时器:间隔定时器、延时定时器
leetcode21.合并两个有序链表
Chapter 4 Composite Types-1
c pointer learning (1)
npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
Install different versions of MinGW (g++/gcc) and the configuration of the corresponding clion editor under Win
Win下安装不同版本的MinGW(g++/gcc)以及对应clion编辑器的配置