欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

用DOS杀毒的一个不错的应用

程序员文章站 2022-06-23 18:31:28
教一个命令: disk:\> help attrib > attrib.txt --------------------...
教一个命令:
disk:\> help attrib > attrib.txt
---------------------attrib.txt-----------------------
displays or changes file attributes.
attrib [+r | -r] [+a | -a ] [+s | -s] [+h | -h] [drive:][path][filename]
       [/s [/d]]
  +   sets an attribute.
  -   clears an attribute.
  r   read-only file attribute.
  a   archive file attribute.
  s   system file attribute.
  h   hidden file attribute.
  [drive:][path][filename]
      specifies a file or files for attrib to process.
  /s  processes matching files in the current folder
      and all subfolders.
  /d  processes folders as well.
一般病毒会把自己搞成系统的、隐藏的、只读的文件,则
disk:\>attrib -s -r -h 可能的病毒文件
分辨出哪个该杀后直接del就可以了