 |
|
 |
|
Next: Probelm Plz Hepl
|
| Author |
Message |
External

Since: Aug 09, 2007 Posts: 12
|
(Msg. 1) Posted: Tue Nov 13, 2007 6:39 am
Post subject: File unremovable Archived from groups: microsoft>public>win2000>file_system (more info?)
|
|
|
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 >> Stay informed about: File unremovable |
|
| Back to top |
|
 |  |
External

Since: Oct 14, 2005 Posts: 430
|
(Msg. 2) Posted: Tue Nov 13, 2007 6:39 am
Post subject: Re: File unremovable [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Mhaxx" wrote in message
> 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*.*" >> Stay informed about: File unremovable |
|
| Back to top |
|
 |  |
External

Since: Aug 09, 2007 Posts: 12
|
(Msg. 3) Posted: Tue Nov 13, 2007 6:39 am
Post subject: Re: File unremovable [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
> - 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 >> Stay informed about: File unremovable |
|
| Back to top |
|
 |  |
External

Since: Oct 14, 2005 Posts: 430
|
(Msg. 4) Posted: Tue Nov 13, 2007 6:39 am
Post subject: Re: File unremovable [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Mhaxx" wrote in message
>> - 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. >> Stay informed about: File unremovable |
|
| Back to top |
|
 |  |
External

Since: Aug 09, 2007 Posts: 12
|
(Msg. 5) Posted: Tue Nov 13, 2007 8:16 am
Post subject: Re: File unremovable [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
> 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 >> Stay informed about: File unremovable |
|
| Back to top |
|
 |  |
External

Since: Oct 14, 2005 Posts: 430
|
(Msg. 6) Posted: Tue Nov 13, 2007 10:26 am
Post subject: Re: File unremovable [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
See below.
"Mhaxx" wrote in message
>> 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 >> Stay informed about: File unremovable |
|
| Back to top |
|
 |  |
External

Since: Aug 09, 2007 Posts: 12
|
(Msg. 7) Posted: Tue Nov 13, 2007 10:26 am
Post subject: Re: File unremovable [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
> >> - 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 >> Stay informed about: File unremovable |
|
| Back to top |
|
 |  |
External

Since: Oct 14, 2005 Posts: 430
|
(Msg. 8) Posted: Tue Nov 13, 2007 10:26 am
Post subject: Re: File unremovable [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
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
>> >> - 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
>
> >> Stay informed about: File unremovable |
|
| Back to top |
|
 |  |
External

Since: Aug 09, 2007 Posts: 12
|
(Msg. 9) Posted: Tue Nov 13, 2007 10:26 am
Post subject: Re: File unremovable [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
> 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 >> Stay informed about: File unremovable |
|
| Back to top |
|
 |  |
External

Since: Sep 28, 2007 Posts: 4
|
(Msg. 10) Posted: Sun Nov 25, 2007 12:43 pm
Post subject: Re: File unremovable [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Yore welcome.
"Mhaxx" wrote in message
> > 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
>
> >> Stay informed about: File unremovable |
|
| Back to top |
|
 |  |
| Related Topics: | file management - How can I setup a folder in which users can copy files to temporarily and have it automatically deleted at the end of the week? thanks.
missing file - Hi, When i tried to start my windows 2000 i get this error message. "Disk i/o error: status-00001000 windows could notstart becuse the following files are missing or corrupted. <windows2000root>\system32 \ntoskrnl.exe. Please re-install a c...
file ownership - Hello, I have a question about file ownership. Currently, I have users copying files from development to a production share. I would like to know who moved the file to production, but the owner is listed as the admin group. This happens even when..
changing file names - is there a way to change all the file names in one folder all at one, I have many jpg , but no preview in thumbnails view, but if I change them to jpeg's I get the preview. TIA Joe
file function - trying to determine what this file is for: winnt\inf\amovie.inf any assistance is appreciated |
|
You can post new topics in this forum You can reply to topics in this forum You can edit your posts in this forum You can delete your posts in this forum You can vote in polls in this forum
|
|
|
|
 |
|
|