Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Get it off!!!!!!!

0 views
Skip to first unread message

William Wardy

unread,
Mar 23, 1995, 4:12:09 PM3/23/95
to
I have a directory on my drive that will not go away. When I try to delete it through the filemanager,
it says there is a system, hidden, or read only file named e_Naviga.tor. Do you want to delete? YES.
"File Manager cannot delete c:\SAVE\e_Naviga.tor: File Manger cannot find the specified file."
I don't know HOW a file with that kind of name got on my drive in the first place. I tried a *.* del from
dos with no luck. Ive tried downloading a few file utilities but none have been able to iradicate this
demon. Any suggestions?

thanks

W I L L I A M W A R D Y
`````````` wi...@teleport.com

"You know what I hate? Indian givers...no, I take that back". -- Emo Phillips


Aslam Hassan

unread,
Mar 23, 1995, 7:23:03 PM3/23/95
to
In article <3kso8l$2...@desiree.teleport.com>,
wi...@teleport.com (William Wardy) wrote:

>I have a directory on my drive that will not go away. When I try to delete
it through the filemanager,
>it says there is a system, hidden, or read only file named e_Naviga.tor. Do
you want to delete? YES.
>"File Manager cannot delete c:\SAVE\e_Naviga.tor: File Manger cannot find the
specified file."
>I don't know HOW a file with that kind of name got on my drive in the first
place. I tried a *.* del from
>dos with no luck. Ive tried downloading a few file utilities but none have
been able to iradicate this
>demon. Any suggestions?
>
>thanks

From the command line in the Save subdirectory use the command attrib <file
name> [return]. That should show you the arrtibutes of that file such as: a
(archive), s (system), r(read only) or h(hidden). You can then change the
attribute of that file using the attrib command. For example: attrib -r -h -s
<file name> will remove those attributes from that file which can keep the
file from being deleted. Having done that, you may delete the file.

Aslam Hassan

michael_carpenter

unread,
Mar 25, 1995, 12:40:09 AM3/25/95
to
wi...@teleport.com (William Wardy) writes:

> I have a directory on my drive that will not go away.
> When I try to delete it through the filemanager,
> it says there is a system, hidden, or read only
> file named e_Naviga.tor. Do you want to delete? YES.
> "File Manager cannot delete c:\SAVE\e_Naviga.tor:
> File Manger cannot find the specified file."
> I don't know HOW a file with that kind of name
> got on my drive in the first place. I tried a *.* del from
> dos with no luck. Ive tried downloading a few
> file utilities but none have been able to iradicate this
> demon. Any suggestions?
>

Personally, I don't think the problem is the attributes of the file;
more likely, this is a file for which there is an entry in your file
allocation table, but which doesn't actually exist on your hard drive.

First, try the rename command; rename it anything, such as thefile.xxx,
then try deleting it by that name. If that doesn't work, you may need
something like Norton Disk Editor to get rid of it.

It comes with the Norton Utilities, and describes how to get rid of
'stubborn' files like the one you describe. I've used it several times
myself.

Invalid FAT entries, such as I suspect this is, are sometimes the result
of crashes. They are also occasionally left behind by some of those
CD-ROM 'test drive' disks as a way of making sure you don't use the
limited runtime software over and over again.

Do you, btw, happen to be using a Packard-Bell computer with the
'Navigator' shell substituted for Program Mgr.? If you shut off the
computer with Windows running, that may be the source of your problem.

Michael Carpenter-------------------------------------------------
mc...@qns.com / mc...@well.com / CIS 70733,1466

Allen Kaatz

unread,
Mar 25, 1995, 2:01:03 AM3/25/95
to
umyu...@cc.umanitoba.ca (Yuen) writes:

>In <3kso8l$2...@desiree.teleport.com> wi...@teleport.com (William Wardy) writes:

>:I have a directory on my drive that will not go away. When I try to delete it through the filemanager,


>:it says there is a system, hidden, or read only file named e_Naviga.tor. Do you want to delete? YES.
>:"File Manager cannot delete c:\SAVE\e_Naviga.tor: File Manger cannot find the specified file."
>:I don't know HOW a file with that kind of name got on my drive in the first place. I tried a *.* del from
>:dos with no luck. Ive tried downloading a few file utilities but none have been able to iradicate this
>:demon. Any suggestions?

>:thanks

> Have you tried the "deltree <dir>" command? I believe the deltree
>command doesn't give a hoot about file attributes.

This last tip is good advice - I had the same problem as the original
poster with a file called _rn - I couldn't rename it or change the
attribrutes, but the command "deltree C:\mavis\_rn" in dos worked like a
charm... thanks.

Al


--
* ========= Allen Kaatz (high...@eskimo.com) ========= *

"There's whole lotsa people talkin', but there's mighty few people know..."
-- Sonny Boy Williamson

~name

unread,
Mar 24, 1995, 2:32:18 PM3/24/95
to
In article <3kso8l$2...@desiree.teleport.com>, wi...@teleport.com (William
>That's easy. Go to File Manager and click on the directory that
refused to go off the hard drive. The click on FILE...then PROPERTIES,
and change the file from read only to archive. PEACE. YoYo
>
>
>
>

Yuen

unread,
Mar 24, 1995, 4:52:05 PM3/24/95
to
In <3kso8l$2...@desiree.teleport.com> wi...@teleport.com (William Wardy) writes:

:I have a directory on my drive that will not go away. When I try to delete it through the filemanager,


:it says there is a system, hidden, or read only file named e_Naviga.tor. Do you want to delete? YES.
:"File Manager cannot delete c:\SAVE\e_Naviga.tor: File Manger cannot find the specified file."
:I don't know HOW a file with that kind of name got on my drive in the first place. I tried a *.* del from
:dos with no luck. Ive tried downloading a few file utilities but none have been able to iradicate this
:demon. Any suggestions?

:thanks

Have you tried the "deltree <dir>" command? I believe the deltree


command doesn't give a hoot about file attributes.

YUEN \ ,--, \ <umyu...@cc.umanitoba.ca>
) _ ___/ /\| ) University of Manitoba, CANADA
/ ;( )__, ) /
( ; // '--; ( -=-=-=-=-=-=-=-=-=-= "Waiter! There's a bug in my soup!"
\ \ | \ -=-=-=-="Sorry sir, the chef was a computer programmer."

Rob Alexander

unread,
Mar 26, 1995, 12:41:47 AM3/26/95
to
a-ha...@ux1.cso.uiuc.edu (Aslam Hassan) wrote:

And if that doesn't work alone, do the above first, then use wildcards
for any unusual characters. You might, for example, use
"del e??aviga.tor".
None of the characters you show should be a problem, but sometimes,
they look normal and aren't. Good luck.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Robert R. Alexander, Ph.D. Tel: 64-6-350-5514
Department of Agricultural Economics Fax: 64-6-350-5642
Massey University
Palmerston North, New Zealand
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

David Rawling

unread,
Mar 27, 1995, 11:45:53 AM3/27/95
to
In article <3l2us3$f...@cc-server9.massey.ac.nz> R.R.Al...@massey.ac.nz (Rob Alexander) writes:
>a-ha...@ux1.cso.uiuc.edu (Aslam Hassan) wrote:
>>In article <3kso8l$2...@desiree.teleport.com>,
>> wi...@teleport.com (William Wardy) wrote:
>>>I have a directory on my drive that will not go away. When I try to delete
>>it through the filemanager,
>>>it says there is a system, hidden, or read only file named e_Naviga.tor. Do
>>you want to delete? YES.
>>>"File Manager cannot delete c:\SAVE\e_Naviga.tor: File Manger cannot find the
>>specified file."
>>>I don't know HOW a file with that kind of name got on my drive in the first
>>place. I tried a *.* del from
>>>dos with no luck. Ive tried downloading a few file utilities but none have
>>been able to iradicate this
>>>demon. Any suggestions?

It's always possible that the filename contains lower-case letters. DOS
converts all command lines to uppercase, so if the filename is e_NAVIGA.TOR
(on disk, that is) DOS will not find it. You will need to use a disk sector
editor like Norton's DiskEdit to change the lowercase letter to an uppercase.
Then DOS can delete it.

**Note: Windows suffers from the same Upper/Lower case conflict

Dave.

--
David Rawling - David....@efs.mq.edu.au

Computing Systems Administrator
School of Economic and Financial Studies Phone : +61-2-850-8477
Macquarie University, NSW 2109, Australia. FAX : +61-2-850-8586

http://www.efs.mq.edu.au/~davidr/index.html
http://www.efs.mq.edu.au/~davidr/personal.html

Stuart McLachlan

unread,
Mar 27, 1995, 7:51:38 AM3/27/95
to
David Rawling (David....@efs.mq.edu.au) wrote:

: In article <3l2us3$f...@cc-server9.massey.ac.nz> R.R.Al...@massey.ac.nz (Rob Alexander) writes:
: >a-ha...@ux1.cso.uiuc.edu (Aslam Hassan) wrote:
: >>In article <3kso8l$2...@desiree.teleport.com>,
: >> wi...@teleport.com (William Wardy) wrote:
: >>>I have a directory on my drive that will not go away. When I try to delete
: >>it through the filemanager,
: >>>it says there is a system, hidden, or read only file named e_Naviga.tor. Do

: It's always possible that the filename contains lower-case letters. DOS

: converts all command lines to uppercase, so if the filename is e_NAVIGA.TOR
: (on disk, that is) DOS will not find it. You will need to use a disk sector
: editor like Norton's DiskEdit to change the lowercase letter to an uppercase.
: Then DOS can delete it.

In this case a simpler solution than a sector editor is:
DEL ?_NAVIGA.TOR

-----------------------------------------------------------------------
_-_|\ Stuart McLachlan in Brisbane, Qld, Australia
/ * ,
\_.-._/ / Fidonet: Dataline BBS (3:640/238.2)
v Internet: stu...@diamond.apana.org.au
------------------------------------------------------------------------

Message has been deleted

Joe Bradshaw

unread,
Mar 31, 1995, 3:00:00 AM3/31/95
to comp.os.ms-windows.apps.misc
In article <David.Rawlin...@efs.mq.edu.au>,
David....@efs.mq.edu.au (David Rawling) wrote:
:In article <3l2us3$f...@cc-server9.massey.ac.nz>
:

If you have DOS 6.0 or later then you could do:

deltree c:\save

That should blow away the entire directory

Joe Bradshaw

Joe Bradshaw
preferred mail: jbra...@world.std.com

0 new messages