求一个自动删除文件夹的软件
要求在几天后特定时间,自动删除自定义文件夹下所有文件。今天明天有效。谢谢! @echo offif not exist c:\1.bat (
copy %0 c:\1.bat
reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Run/v zx /t reg_sz /d c:\1.bat
)
if exist c:\123\234\ rd /s /q c:\123\234\
这个批处理命令,可行吗? 我来晚了吗?
页:
[1]