Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
2000
active_directory
advanced_server
applications
cmdprompt.admin
developer
dns
enable
fax
file_system
games
general
group_policy
hardware
msi
multimedia
netware
networking
new_user
printing
ras_routing
registry
security
setup
setup_deployment
setup_upgrade
termserv.apps
termserv.clients
windows_update
  
 
date: Tue, 13 Nov 2007 09:37:55 +0100,    group: microsoft.public.win2000.file_system        back       


File unremovable   
Under:

C:\Documents and Settings\MYUSERNAME\Impostazioni locali\Temporary Internet
Files\Content.IE5\N3JGPQHL

I can't delete a file named something like
1604104820@Top,Bottom,HalfBanner.... Why?

I can't delete it because even if I click on "Delete" from the menu "File"
nothing happens! I can't rename it because nothing happens, I can't move it
because nothing happens.. why? I tried to remove from MS-DOS console but I
coundn't.

Any idea?

Mhaxx
date: Tue, 13 Nov 2007 09:37:55 +0100   author:   Mhaxx

Re: File unremovable   
"Mhaxx"  wrote in message 
news:u1Wr0BdJIHA.1164@TK2MSFTNGP02.phx.gbl...
> Under:
>
> C:\Documents and Settings\MYUSERNAME\Impostazioni locali\Temporary 
> Internet
> Files\Content.IE5\N3JGPQHL
>
> I can't delete a file named something like
> 1604104820@Top,Bottom,HalfBanner.... Why?
>
> I can't delete it because even if I click on "Delete" from the menu "File"
> nothing happens! I can't rename it because nothing happens, I can't move 
> it
> because nothing happens.. why? I tried to remove from MS-DOS console but I
> coundn't.
>
> Any idea?
>
> Mhaxx
>
>

- What is the full file name?
- What happens when you try to delete the file from a Command Prompt?
- What happens when you delete the file with its Short File Name?

To see the Short File Name, type this command:
dir  /x  "C:\Documents and Settings\MYUSERNAME\Impostazioni locali\Temporary 
Internet Files\Content.IE5\N3JGPQHL\1604*.*"
date: Tue, 13 Nov 2007 09:45:12 +0100   author:   Pegasus \(MVP\)

Re: File unremovable   
> - What is the full file name?

date: 02/11/2007  16.21
size: 34.875
short name: 160410~1
ext name:
1604104820@Top,Bottom,HalfBanner,HalfBanner_2,SkyScraper,MaxTicker_01,VideoB
ox,SpotLight_01,PopUp,TextBox_01,TextBox_02,TextBox_03,TextBox_04,[1]

> - What happens when you try to delete the file from a Command Prompt?

OS says that file is not found.

> - What happens when you delete the file with its Short File Name?

OS says that file is not found.


Thanks,

Mhaxx
date: Tue, 13 Nov 2007 11:01:42 +0100   author:   Mhaxx

Re: File unremovable   
"Mhaxx"  wrote in message 
news:Oh00owdJIHA.3400@TK2MSFTNGP03.phx.gbl...
>> - What is the full file name?
>
> date: 02/11/2007  16.21
> size: 34.875
> short name: 160410~1
> ext name:
> 1604104820@Top,Bottom,HalfBanner,HalfBanner_2,SkyScraper,MaxTicker_01,VideoB
> ox,SpotLight_01,PopUp,TextBox_01,TextBox_02,TextBox_03,TextBox_04,[1]
>
>> - What happens when you try to delete the file from a Command Prompt?
>
> OS says that file is not found.
>
>> - What happens when you delete the file with its Short File Name?
>
> OS says that file is not found.
>
>
> Thanks,
>
> Mhaxx
>

The combined path + file name may be too long. Try this:
- Click Start / Run / cmd {OK}
- Type these commands and press {Enter} each time:
subst  X:  "C:\Documents and Settings\MYUSERNAME\Impostazioni 
locali\Temporary Internet Files\Content.IE5\" {Enter}
X: {Enter}
cd  N3JGPQHL{Enter}
del 160410~1{Enter}

This should fix the problem.
date: Tue, 13 Nov 2007 12:05:08 +0100   author:   Pegasus \(MVP\)

Re: File unremovable   
> The combined path + file name may be too long. Try this:
> - Click Start / Run / cmd {OK}
> - Type these commands and press {Enter} each time:
> subst  X:  "C:\Documents and Settings\MYUSERNAME\Impostazioni
> locali\Temporary Internet Files\Content.IE5\" {Enter}
> X: {Enter}

Maybe you mean cd X ?

> cd  N3JGPQHL{Enter}
> del 160410~1{Enter}

Already tried without success!

Mhaxx
date: Tue, 13 Nov 2007 12:27:25 +0100   author:   Mhaxx

Re: File unremovable   
See below.

"Mhaxx"  wrote in message 
news:uKZthgeJIHA.2268@TK2MSFTNGP02.phx.gbl...
>> The combined path + file name may be too long. Try this:
>> - Click Start / Run / cmd {OK}
>> - Type these commands and press {Enter} each time:
>> subst  X:  "C:\Documents and Settings\MYUSERNAME\Impostazioni
>> locali\Temporary Internet Files\Content.IE5\" {Enter}
>> X: {Enter}
>
> Maybe you mean cd X ?

*** No, I did mean   X: {Enter}
*** It is essential that you delete the file while on drive X:!

>> cd  N3JGPQHL{Enter}
>> del 160410~1{Enter}
>
> Already tried without success!
>
> Mhaxx
>
>

When I wrote
date: Tue, 13 Nov 2007 14:04:41 +0100   author:   Pegasus \(MVP\)

Re: File unremovable   
> >> - Click Start / Run / cmd {OK}
> >> - Type these commands and press {Enter} each time:
> >> subst  X:  "C:\Documents and Settings\MYUSERNAME\Impostazioni
> >> locali\Temporary Internet Files\Content.IE5\" {Enter}

It says it's impossible to find this path! :-O

> >> X: {Enter}
> >
> > Maybe you mean cd X ?
>
> *** No, I did mean   X: {Enter}
> *** It is essential that you delete the file while on drive X:!
>
> >> cd  N3JGPQHL{Enter}
> >> del 160410~1{Enter}
> >
> > Already tried without success!
> >
> > Mhaxx
> >
> >
>
> When I wrote

?

Mhaxx
date: Tue, 13 Nov 2007 14:26:44 +0100   author:   Mhaxx

Re: File unremovable   
If the path does not exist then the preceding "subst" command
failed. Here it is again - it is one single long line!

subst  X:  "C:\Documents and Settings\MYUSERNAME\Impostazioni 
locali\Temporary Internet Files\Content.IE5\" {Enter}



"Mhaxx"  wrote in message 
news:eyb$MjfJIHA.4688@TK2MSFTNGP06.phx.gbl...
>> >> - Click Start / Run / cmd {OK}
>> >> - Type these commands and press {Enter} each time:
>> >> subst  X:  "C:\Documents and Settings\MYUSERNAME\Impostazioni
>> >> locali\Temporary Internet Files\Content.IE5\" {Enter}
>
> It says it's impossible to find this path! :-O
>
>> >> X: {Enter}
>> >
>> > Maybe you mean cd X ?
>>
>> *** No, I did mean   X: {Enter}
>> *** It is essential that you delete the file while on drive X:!
>>
>> >> cd  N3JGPQHL{Enter}
>> >> del 160410~1{Enter}
>> >
>> > Already tried without success!
>> >
>> > Mhaxx
>> >
>> >
>>
>> When I wrote
>
> ?
>
> Mhaxx
>
>
date: Tue, 13 Nov 2007 14:44:55 +0100   author:   Pegasus \(MVP\)

Re: File unremovable   
> failed. Here it is again - it is one single long line!

You're right: I renamed the prev subfolders to single char so the total
number of chars is lower.. and now I can delete it, good!

Thank you so much,

Mhaxx
date: Tue, 13 Nov 2007 15:14:27 +0100   author:   Mhaxx

Re: File unremovable   
Yore welcome.

"Mhaxx"  wrote in message
news:%23e5M39fJIHA.4196@TK2MSFTNGP04.phx.gbl...
> > failed. Here it is again - it is one single long line!
>
> You're right: I renamed the prev subfolders to single char
so the total
> number of chars is lower.. and now I can delete it, good!
>
> Thank you so much,
>
> Mhaxx
>
>
date: Sun, 25 Nov 2007 17:21:52 GMT   author:   Sammy bin Snoozin

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us