Still no joy!!

G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.basics (More info?)

I have still not been able to delete the file, i cant even touch it without a
crash, not even propeties of the file or folder it is in, done virus scan on
the folder, no virus it claims. What should i try, please keep it simple as i
don't know too much about computers.
Martyn
 
Archived from groups: microsoft.public.windowsxp.basics (More info?)

"Martyn" <Martyn@discussions.microsoft.com> wrote in message
news:88AB3C68-615C-45CF-9934-CA9BFE630FB1@microsoft.com...
> I have still not been able to delete the file, i cant even touch it
without a
> crash, not even propeties of the file or folder it is in, done virus scan
on
> the folder, no virus it claims. What should i try, please keep it simple
as i
> don't know too much about computers.
> Martyn

Possibles...

http://www.softwarepatch.com/tips/howto-delete-xp.html

http://home.earthlink.net/~lreynol929/ruXP/Misc/DELETE.HTM

http://www.tweakxp.com/tweak1467.aspx
 
Archived from groups: microsoft.public.windowsxp.basics (More info?)

Even when selecting the file in the reboot eraser program it freezes that,
what could it be? Any other ways of removing the file?
Martyn

"CWatters" wrote:

>
> "Martyn" <Martyn@discussions.microsoft.com> wrote in message
> news:88AB3C68-615C-45CF-9934-CA9BFE630FB1@microsoft.com...
> > I have still not been able to delete the file, i cant even touch it
> without a
> > crash, not even propeties of the file or folder it is in, done virus scan
> on
> > the folder, no virus it claims. What should i try, please keep it simple
> as i
> > don't know too much about computers.
> > Martyn
>
> Possibles...
>
> http://www.softwarepatch.com/tips/howto-delete-xp.html
>
> http://home.earthlink.net/~lreynol929/ruXP/Misc/DELETE.HTM
>
> http://www.tweakxp.com/tweak1467.aspx
>
>
>
 
Archived from groups: microsoft.public.windowsxp.basics (More info?)

"Martyn" <Martyn@discussions.microsoft.com> wrote in message
news:13F5FA80-92F3-4EE7-8149-F0568DD46524@microsoft.com...
> Even when selecting the file in the reboot eraser program it freezes that,
> what could it be? Any other ways of removing the file?
> Martyn

You could try moveonboot.
http://www.snapfiles.com/get/moveonboot.html

--
Trish
Dublin, Ireland
 
Archived from groups: microsoft.public.windowsxp.basics (More info?)

Tryed it that froze when i selected the file to be removed!! Odd any other
suggestions?
Martyn

"Trish" wrote:

>
> "Martyn" <Martyn@discussions.microsoft.com> wrote in message
> news:13F5FA80-92F3-4EE7-8149-F0568DD46524@microsoft.com...
> > Even when selecting the file in the reboot eraser program it freezes that,
> > what could it be? Any other ways of removing the file?
> > Martyn
>
> You could try moveonboot.
> http://www.snapfiles.com/get/moveonboot.html
>
> --
> Trish
> Dublin, Ireland
>
>
>
 
Archived from groups: microsoft.public.windowsxp.basics (More info?)

"Martyn" <Martyn@discussions.microsoft.com> wrote in message
news😀4350612-3130-4F24-92C1-BFAE63DEBBF5@microsoft.com...
> Tryed it that froze when i selected the file to be removed!! Odd any other
> suggestions?

Is it an image or video file? If so it sounds like Explorer is crashing
while trying to create the preview image.

It might be possible to delete the file from the command prompt but it's not
easy if you are a beginner. If you have a friend who knows more about
computers them it might be worth having them do it.

Is the file is in "My Documents" folder? If so try....

Start -> Run -> cmd -> OK

(eg Type "cmd" without the " and press the OK button)

In the new window that opens type the following Note: Include the " marks
from now on!

cd "My Documents" ENTER
del "name of your file" ENTER

eg If your file is called "Freds Photo.jpg" you type... del "Freds
Photo.jpg" ENTER

Be very careful that you enter the right file name because the del command
deletes without prompting you again eg There is no message saying "Do you
really want to delete file x" - it just does it).

Colin