del dir_name/*.*

來源: 2005-07-05 20:05:18 [舊帖] [給我悄悄話] 本文已被閱讀:

some old version DOS has command called deltree.

del dir_name/*.* will delete all file under dir_name, but dir still there.

rmdir dir_name will remove the dir and its files.