Re: can not delete strange char file in internet temp folder
- From: "Pegasus \(MVP\)" <I.can@xxxxxxx>
- Date: Mon, 5 Mar 2007 21:45:16 +1100
"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}
.
Relevant Pages
- Re: Pages are not saving to history folder
... Log on as Administrator and delete the desired folder and reboot. ... directory command) to reach the location of the folder in question. ... change to the root directory type the following at the command prompt: ... The command prompt should now look like the following: ... (microsoft.public.windows.inetexplorer.ie6.browser) - RE: Vista Network Map
... Then open the command prompt without elevated privileges. ... If you install the LLTD before you install SP3, ... In the folder where you extract to you will find a folder SP2QFE. ... (microsoft.public.windows.vista.networking_sharing) - Re: can not delete strange char file in internet temp folder
... Use the SUBST command at a Command Prompt. ... The folder is now mapped to drive x: You can use DEL or RD commands against drive X: ... If I can type this strange char(& larr;) in file name I think I can delete this file. ... If the path is long or has strange characters you can drag it from Explorer.exe to the command prompt, ... (microsoft.public.win2000.general) - RE: svchost.exe error....my god help.
... REGSVR32 WUAUENG.DLL ... At the command prompt, type the following command and press Enter ... In the opened folder, type the following command and press Enter to rename ... (microsoft.public.windowsxp.general) - RE: Locating corrupt driver
... This article describes the functionality and limitations of the Windows ... Create and format partitions on drives. ... MB of hard disk space on your system partition to hold the Cmdcons folder ... Windows NTBoot Console Command Interpreter. ... (microsoft.public.win2000.applications) |
|