del/f/q/s>nul\\\\

来源:百度知道 编辑:UC知道 时间:2024/06/15 01:28:54
谁能不能解释一下下面程序的意思,详细点谢谢!
@echo off

del/f/q/s>nul"c:\Documents and Settings\当前用户名\Local Settings\temp\."

rd/s/q>nul"c:\Documents and Settings\当前用户名\Local Settings\temp"

md >nul"c:\Documents and Settings\当前用户名\Local Settings\temp"

del/删除所有文件
rd是删除目录
MD是创建目录.

其实只要打开该目录c:\Documents and Settings\当前用户名\Local Settings\temp\
删了目录下所有文件就达到这个目的了