Re: can not delete strange char file in internet temp folder



Try deleting the folder and all its contents at the command prompt:

RD "\\?\C:\Path to Stubborn Folder and File" /s /q

If the path is long or has strange characters you can drag it from Explorer.exe to the command prompt, that will avoid typing errors. If you drag it from Explorer.exe to the command prompt watch for the quotation marks, you only want one set of quotation marks in the command.

http://support.microsoft.com/kb/120716/

John

David wrote:

Yes, I always use administrator account.

"Gary Smith" wrote:


Have you tried logging on as a different user with administrator privileges and deleting the entire TIF folder?


David <David@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

Tried this first time. everything is deleted except this file. any suggestion.

"Gary Smith" wrote:

Since it's in the Temporary Internet Files folder, you should be able to delete it in IE, along with everything else in there, by going to Tools > Internet Options > Delete Files, checking the box labeled "Delete all offline content", and clicking OK.


David <David@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

I tried wild card either ? or * it still can not be deleted. This char is ?(html char) or &#8592(numerical char reference) or 2190(unicode?)

This link will show this char http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/charsets/charsets.asp


"Pegasus (MVP)" wrote:

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 and
command prompt. It is ?(html char). Because of this '?' char the folder

can

not be deleted under the command prompt. What should I do?

"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

folder?

It

can not be deleted under the dos. How do I input unicode char from

keyboard?

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}

--
Gary L. Smith
Columbus, Ohio


.



Relevant Pages

  • Re: Finding members of RDP groups of a list of computers
    ... command prompt window to the folder where it is saved. ... MVP Directory Services ... Your text file of computer names must be located in a folder on ... When you get to a command prompt you must navigate to this folder. ...
    (microsoft.public.scripting.vbscript)
  • Re: Finding members of RDP groups of a list of computers
    ... got the script to work by double clicking the vbs file. ... cscript //nologo RDPMembers.vbs> report.txt from the command prompt? ... MVP Directory Services ... Your text file of computer names must be located in a folder on ...
    (microsoft.public.scripting.vbscript)
  • Re: Error Message -Item Not Found-
    ... Yep the command prompt works, just got rid of 4 folders from my desktop that ... Will A fix for this come out in SP 599 or will MS refund 50% of the VISTA ... Microsoft Windows MVP ... That should leave you at the Command Prompt and in that folder; ...
    (microsoft.public.windows.vista.file_management)
  • Re: Error Message -Item Not Found-
    ... If "Switch Sound File Converter.lnk" is the name of your shortcut, then you will need to enclose the ENTIRE pathname in quotes to deal with it because it includes space characters - and the quotes must enclose the drive letter, too: ... That should leave you at the Command Prompt and in that folder; ... In a Command Prompt window, we can use these SFNs, even when we are not sure ...
    (microsoft.public.windows.vista.file_management)
  • Re: Whered my hard drive space go?
    ... Volumes in Windows XP ... check your folder shares, check the status of the Guest Account, and check ... Tales from the Script - November 2003 ... from the command prompt, ...
    (microsoft.public.windowsxp.basics)