- 1、本文档共29页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
dos命令应用100(DOS command application 100)
dos命令应用100(DOS command application 100)
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
DIR /b filename
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
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
Method four: SORTfilename
Method five: FIND, XXX, /V/
您可能关注的文档
- 2-3岁宝宝最爱玩的小游戏(2-3 year old baby favorite game).doc
- 2.3.3 - 通过java语言进行bapi调用(2.3.3 - Bapi calls through the Java language).doc
- 12条守则 让你成功创业当老板(The 12 rule allows you to succeed in business and be a boss).doc
- 12条守则让你成功当老板(The 12 rule will make you a successful boss).doc
- 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
文档评论(0)