用DOS殺毒的一個(gè)不錯(cuò)的應(yīng)用
更新時(shí)間:2007年03月15日 00:00:00 作者:
教一個(gè)命令:
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.
一般病毒會(huì)把自己搞成系統(tǒng)的、隱藏的、只讀的文件,則
DISK:\>attrib -s -r -h 可能的病毒文件
分辨出哪個(gè)該殺后直接del就可以了
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.
一般病毒會(huì)把自己搞成系統(tǒng)的、隱藏的、只讀的文件,則
DISK:\>attrib -s -r -h 可能的病毒文件
分辨出哪個(gè)該殺后直接del就可以了
相關(guān)文章
批處理bat判斷一個(gè)文件在最近5分鐘內(nèi)是否被更新過(guò)的代碼
這篇文章主要介紹了批處理bat判斷一個(gè)文件在最近5分鐘內(nèi)是否被更新過(guò)的代碼,需要的朋友可以參考下2014-07-07批處理bat標(biāo)準(zhǔn)化獲取當(dāng)前系統(tǒng)日期的幾種方法
這篇文章主要介紹了批處理bat標(biāo)準(zhǔn)化獲取當(dāng)前系統(tǒng)日期的幾種方法,需要的朋友可以參考下2014-07-07批處理按要求將字符串分段輸出的實(shí)現(xiàn)代碼
批處理按要求將字符串分段輸出的實(shí)現(xiàn)代碼,需要的朋友可以參考下。2010-10-10