网站大量收购独家精品文档,联系QQ:2885784924

dos技巧100例(DOS skills in 100 cases).doc

  1. 1、本文档共32页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 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

您可能关注的文档

文档评论(0)

f8r9t5c + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8000054077000003

1亿VIP精品文档

相关文档