Try Command Window delete

来源: 2005-05-25 10:11:56 [旧帖] [给我悄悄话] 本文已被阅读:

1. Bring up a command window (DOS window):
Start -> Programs -> Accessories -> Command prompt

2. At command window prompt type something like:
Del "C:\abc\ccc.xxx"

NOTE: Replance C:\abc\ccc.xxx with the absolute path of the files or folders you want to delete.

Let me know if it works.