谢谢HAT.
找了个小程序比较易实现变功能,也是个论坛上的下载不了,再找找
http://bbs.et8.net/bbs/showthread.php?t=766177
===============================================================================
File Wiper Version 2.1.0.702 by BaiYang / 2003 - 2006, Freeware
===============================================================================
Use N pass random data + 1 pass full zero + 1 pass full one to overwirte and
delete specified files
USAGE: filewipe {FilePattern}
===============================================================================
Options:
FilePattern - file and dir search pattern
RandomPassNumber - how many times to overwrite the specified files with
- random data, Default is 6
-s - include subdirectory (!!DANGER!!)
-logfile: - using a logfile.
-loglevel - specify the lowest logging level, can be:
DebugOnly (Most Detail)
Info (DEFAULT)
Warning
Error
FatalError
Disabled (Close Logging Output)
-priority: - specify the process running priority, can be:
Idle
BelowNormal
Normal (DEFAULT)
AboveNormal
===============================================================================
Examples:
filewipe *.doc
filewipe MyDoc.txt 2
filewipe * 15 /logfile:"C:\wipe.log"
filewipe * /s /priority:BelowNormal
简单中文帮助
代码:
C:\Documents and Settings\Administrator>
#filewipe
===============================================================================
文件擦除工具, 版本:2.1.0.702 by BaiYang / 2003 - 2006, 免费软件
===============================================================================
使用 N 次随机数据+一次全零+一次全壹覆盖并删除指定文件
用法: filewipe {FilePattern}
===============================================================================
选项:
FilePattern - 文件通配符
RandomPassNumber - 指定随机数据覆盖的次数,默认为 6
-s - 包含子目录(危险!)
-logfile: - 指定一个日志记录文件
-loglevel - 指定日志的详细程度,可以是:
DebugOnly (最详细)
Info (默认)
Warning
Error
FatalError
Disabled (禁用日志功能)
-priority: - 指定进程的运行优先级,可以是:
Idle
BelowNormal
Normal (默认)
AboveNormal
===============================================================================
使用范例:
filewipe *.doc
filewipe MyDoc.txt 2
filewipe * 15 /logfile:"C:\wipe.log"
filewipe * /s /priority:BelowNormal
注意事项
文件擦除是 IO 密集型操作,并且为了保证可靠性跳过了操作系统的文件缓冲和磁盘调度机制,这些都是以降低工作性能为代价的。典型用例下(例如:从公司离职前的数据清洗),用户经常希望擦除大量数据(OutLook 文件夹超过10G的人不在少数)。在开始之前,您应当认识到这是一个耗时操作,可能需要花费数小时才能完成。
如果希望在操作期间继续使用计算机,偶建议您使用 "-priority" 选项将 filewipe 的运行优先级设定为 "Idle" 或 "BelowNormal",这样它就能够安静地在后台运行,而您也可以在此期间继续使用计算机。
上传的附件 filewipe.rar (66.8 KB, 299 次查看)
GUI_Front.rar (13.6 KB, 262 次查看)