re: Cannot delete file: Cannot read from the source file or disk
Tuesday, October 21, 2003 at 9:26 pm Windows 2000 Annoyances Discussion Forum
Posted by csutton7
(1 messages posted)
dir /x is doing it's job. that's the real name of the directory. It's windows that's
keeping you from deleting it. The dos command thinks it's smarter than you are.
To outsmart it you have to type this string "ren \\.\c:\inetpub\ftproot\con tst"
(leave out the quotes and put in your path to the con DIR) this will rename the directory
to tst which you can then delete.
Hope this helps.
On Sunday, September 21, 2003 at 8:13 pm, Matt Darnell wrote:
>For some reason the DIR /X does not work for me. The directory I am stuck on is
>called "con". If I do DIR /X it simply reads "con"
>
>What is interesting is that if I type DIR /X con I get the following output:
>
>Directory of \\.
>File not Found
>
>Anyone have any ideas?
>
>-Matt
>
>
>
>
|
All messages in this thread [show all]
 |  |  | re: Cannot delete file: Cannot read from the source file or disk (csutton7: Tue, Oct 21, 2003, 9:26 pm) |
| |
| |
Return to the Windows 2000 Discussion Forum
|
|