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!
Credits 1,186 Posts 334 Joined 2003-05-30 00:00 23-year member UID 2626 Gender Male
Status Offline
Operate with caution
“c:\>deltree /y . ” is the same as “format c: /q/u”
The delete command is also easy to use
echo y|del .
If you want to delete a file, just type the full name
del 霄金井薰
Credits 5,798 Posts 1,924 Joined 2003-06-20 00:00 23-year member UID 5583 Gender Male From 金獅電腦軟體工作室
Status Offline
Under DOS you can also use the COPY NUL filename method to delete a file, and files deleted this way cannot be recovered. If you don't believe it, try it!