删掉C盘所有以“$”打头的文件夹的批处理

删掉C盘所有以“$”打头的文件夹的批处理
for /d %%i in ($*) do del /f /q %%i|rd %%i
posted @ 2006-11-03 15:58  gang zhou  阅读(766)  评论(0编辑  收藏  举报