- 1、本文档共32页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
dos技巧100例(DOS skills in 100 cases)
dos技巧100例(DOS skills in 100 cases)
1, short.
*. * can be used. Instead, for example, delete all the files in the current directory.
DEL.
2, returns the parent directory, which is the higher directory
CD..
3, the list of directory files into the text file
DIRfilename
4. Check the properties of any property in the current directory
Method one: DIR
Method two: DIR/A
5, cancel all attributes of all files in the current directory (in fact, you can only view properties and not cancel -jm notes)
ATTRIB,
If this command is executed in the root directory of C, then use DIR to view, you can see the IO.SYS, MSDOS.SYS and other hidden files
6. Displays all subdirectories in the current directory
DIR/AD
7 、 displays the contents of multiple files in succession
COPY * CON *.
8, split screen display file content
Method one: MOREfilename
Method two: TYPE filename|more
9. Change the registration time of disk files
Method: COPY FilenameNUL
Methods: two COPY Filename,,
10, how to shield the output information of DOS rows?
The method is to redirect the screen output to the DOS null device, NUL, for example:
COPY MYPROG.EXE A:NUL
11, in the DOS state, directly display D edit WPS file content
COPY filename.wps CON/B
12, append data to a text file
Method: COPY FilenameCON
Method two: TYPE CONfilename
After the input is complete, press F6 or Ctrl + Z key to finish.
13, keyboard fingering exercises or simple screen for Chinese character input practice
COPY CON NUL
14. Print the contents of the keyboard input directly
Method one: COPY, CON, PRN
Method two: MOREPRN
Method three: SORTPRN
When the input is complete, press F6 or Ctrl + Z key.
15, DOS directly edit the generated file
In the absence of any editing software (such as EDLIN, EDIT, etc.), you can temporarily edit the file from the keyboard using the following six methods. When the file has been entered, press the F6 key or press Ctrl + Z to save it
Method one: COPY, CON, filename
Method two: TYPE CONfilename
Method three: MOREfilename
您可能关注的文档
- 2.4g干扰(2.4G interference).doc
- 2002年国家司法考试大纲—刑法(Outline of the national judicial examination in 2002 - Criminal Law).doc
- 1个人礼仪必须以个人修养为基础(1 personal etiquette must be based on personal accomplishment).doc
- 2003学年第二学期四年级语文期末试卷(2003 academic year, second term, grade four, final examination paper).doc
- 2003年北大考古通论考研(2003 North general theory of archaeology graduate).doc
- 2004学年第二学期五年级数学升级考试模拟试卷(2004 academic year second semester five grade mathematics promotion test simulation test paper).doc
- 2004—2005学年周秦汉唐文明史考题标准答案及评分标准(Standard answers and scoring criteria for Zhou Qinhan's history of civilization in 2004 - 2005 academic year).doc
- 2.3.4精简列表(2.3.4 streamline list).doc
- 2.导购地图代码(2. shopping guide map code).doc
- 2004年以来工伤认定工作经验材料(Work experience in work-related injury determination since 2004).doc
- dos语句命令(DOS statement command).doc
- div css兼容问题解决方案(ie55567ff)(DIV CSS compatibility problem solution (ie55567ff)).doc
- div+css兼容问题解决方案(ie55.567ff)(Div+css compatibility problem solution (ie55.567ff)).doc
- dota地图命令(Dota map command).doc
- duoji舵机原理(Principle of Duoji steering gear).doc
- duicefenxi(duicefenxi).doc
- dvd刻录全攻略(DVD burn Raiders).doc
- E2180和技嘉EP35-DS3L主板超频手记(E2180 and Gigabyte EP35-DS3L motherboard overclocking notes).doc
- e+dic(E + DIC).doc
- ehr实施顾问的管理四种角色(Four roles of EHR implementation consultant management).doc
最近下载
- irb8700型搬运机器人运动学分析及仿真.docx
- 行业测评 【航司】2024年第四季度机场服务测评报告发布.docx
- 《发展与教育心理学》第七章高中生心理的发展PPT讲义课件.docx VIP
- 帕金森病非运动症状评价量表(NMSS).doc VIP
- 《发展与教育心理学》第四章婴幼儿心理的发展PPT讲义课件.docx VIP
- 第十章-广播电视的制作.ppt VIP
- 出口退税相关政策培训-出口退(免)税备案变更撤回、免抵退税申报、免退税申报.pptx VIP
- 小学教育自考本科《发展与教育心理学》第一章发展与教育心理学概论PPT讲义课件.docx VIP
- 《基于哈佛分析框架下的财务报表分析—以珠海东贝机电为例》10000字.docx
- 输电电缆线路及设施标识管理规定(2020年02月修订).pdf
文档评论(0)