Re: can not delete strange char file in internet temp folder
- From: "Pegasus \(MVP\)" <I.can@xxxxxxx>
- Date: Tue, 6 Mar 2007 22:49:57 +1100
You may be able to delete it from a Command Prompt with
a wild card, e.g. like so: del 070*.jpg.
"David" <David@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:9610DA76-5E64-4FA9-83B3-0A6A5E656A66@xxxxxxxxxxxxxxxx
The '?' char can not be display here but it shows in file explorer andcan
command prompt. It is ?(html char). Because of this '?' char the folder
not be deleted under the command prompt. What should I do?folder?
"Pegasus (MVP)" wrote:
"David" <David@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:7708DB5A-8B39-4FFA-ACCF-7E0D8DFF0B37@xxxxxxxxxxxxxxxx
Hello!
How can I delete this 070ñ27_1a[1?.jpg file in internet temp
It
can not be deleted under the dos. How do I input unicode char fromkeyboard?
Thx
Try this in a Command Prompt (which you call "DOS"):
1. Navigate to the parent folder of the problem folder.
2. Type this command:
dir /x {Enter}
3. Make a note of the 8.3 folder name.
4. Type this command:
rd /s /q 8.3_folder name {Enter}
.
- References:
- Re: can not delete strange char file in internet temp folder
- From: Pegasus \(MVP\)
- Re: can not delete strange char file in internet temp folder
- Prev by Date: Re: Win2k Pro takes +15min to load, then believes its on a domain?
- Next by Date: Re: Properly backing up my W2K OS
- Previous by thread: Re: can not delete strange char file in internet temp folder
- Next by thread: Re: can not delete strange char file in internet temp folder
- Index(es):
Relevant Pages
|