As the title says, I use del /q /s /arh filename. But if it's a folder or a hidden and read-only file that can't be deleted, how should I do it? Thanks.
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!
Originally posted by Must Love at 2006-11-22 11:18 AM:
del /q /s /f filename
You can delete all contents in the folder, including hidden and read-only files. If it is a folder, it will not be deleted
| Rater | Score | Time |
|---|---|---|
| woof | +1 | 2006-11-23 02:51 |
Temporary Internet Files\Content.IE5\9KVUC49T\zh-CN - The process cannot access the file because another program is using it.
Temporary Internet Files\Content.IE5\index.dat - The process cannot access the file because another program is using it.
Temporary Internet Files\Content.IE5\index.dat - The process cannot access the file because another program is using it.
Originally posted by afeichai at 2006-11-23 02:29:
This is what I did
@RD /q/s %Temp%
@MD %Temp%
It can be implemented in XPSP2 and 2003SP1