Can't delete unwanted file

  • Thread starter Thread starter Moonbarker
  • Start date Start date
M

Moonbarker

Hi! :-)

I have a file at

"F:\furry images\EASYWEBLEACHTEMP\20071207-102948- Dark Natasha "

including the space between the a and " that every time I try to delete it,
I get the same bleepin' thing.

"Cannot delete 20071207-102948- Dark Natasha " cannot find the specified file

Programs that can "delete on next boot" do not work. Trying to delete from
safe mode does not work, gets the same error message.

What must I do to get rid of this annoyance?
 
"Moonbarker" <Moonbarker@discussions.microsoft.com> wrote in message
news:9717604D-8351-4145-9DC5-32FCC7055AB5@microsoft.com...
> Hi! :-)
>
> I have a file at
>
> "F:\furry images\EASYWEBLEACHTEMP\20071207-102948- Dark Natasha "
>
> including the space between the a and " that every time I try to delete
> it,
> I get the same bleepin' thing.
>
> "Cannot delete 20071207-102948- Dark Natasha " cannot find the specified
> file
>
> Programs that can "delete on next boot" do not work. Trying to delete
> from
> safe mode does not work, gets the same error message.
>
> What must I do to get rid of this annoyance?


Try this:
- Click Start / Run / cmd {OK}
- Type these commands:
cd /d "F:\furry images\EASYWEBLEACHTEMP"{Enter}
dir 2*.* /x{Enter}
You will see two names: One is the full file name, the other the
short file name. Let's assume the short name is 2007~abc.xyz.
Type this command:
del 2007~abc.xyz{Enter}
 
On Dec 17, 7:16 pm, "Pegasus \(MVP\)" <I....@fly.com> wrote:
> "Moonbarker" <Moonbar...@discussions.microsoft.com> wrote in message
>
> news:9717604D-8351-4145-9DC5-32FCC7055AB5@microsoft.com...
>
>
>
>
>
> > Hi! :-)

>
> > I have a file at

>
> > "F:\furry images\EASYWEBLEACHTEMP\20071207-102948- Dark Natasha "

>
> > including the space between the a and " that every time I try to delete
> > it,
> > I get the same bleepin' thing.

>
> > "Cannot delete 20071207-102948- Dark Natasha " cannot find the specified
> > file

>
> > Programs that can "delete on next boot" do not work. Trying to delete
> > from
> > safe mode does not work, gets the same error message.

>
> > What must I do to get rid of this annoyance?

>
> Try this:
> - Click Start / Run / cmd {OK}
> - Type these commands:
> cd /d "F:\furry images\EASYWEBLEACHTEMP"{Enter}
> dir 2*.* /x{Enter}
> You will see two names: One is the full file name, the other the
> short file name. Let's assume the short name is 2007~abc.xyz.
> Type this command:
> del 2007~abc.xyz{Enter}- Hide quoted text -
>
> - Show quoted text -


Boot from Linux Live-CD (Any distro will do)
Mount your F: Partition
Delete unwanted file
Re-Boot
Kedar
 
"Pegasus (MVP)" wrote:

> Try this:
> - Click Start / Run / cmd {OK}
> - Type these commands:
> cd /d "F:\furry images\EASYWEBLEACHTEMP"{Enter}
> dir 2*.* /x{Enter}
> You will see two names: One is the full file name, the other the
> short file name. Let's assume the short name is 2007~abc.xyz.
> Type this command:
> del 2007~abc.xyz{Enter}


Thanx, but that didn't work, still got "could not find" I also tried the
same method to delete the folder the file is in. Here's a screenshot of all
the results

http://www.cloudchasershaconage.furtopia.org/temp/unwanted.jpg
 
"damkedar@gmail.com" wrote:

> Boot from Linux Live-CD (Any distro will do)
> Mount your F: Partition
> Delete unwanted file
> Re-Boot
> Kedar


Thanx, but I don't have Linux, I have WinXP
 
Cancel that last message, I just looked and much to my surprise, it's gone.
I didn't think it was because as you can see from the screenshot, the cmd
window indicated that it wasn't. Thanx for your help :-)
 
Cancel that, I just looked and what Pegasus suggested did work after all.
Thanx anyway :-)
 
Back
Top