• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

how to delete 'undeleteable' folder?

N

none

Flightless Bird
Had a situation where an invalid folder was created. The folder looked like an ASCII ATL-1 symbol. This is a multiboot system ... could not delete it in XP or W2K, had to use DOS scandisk, which deleted the folder.

An invalid folder (or file) has been created on occasion before so the question is, what utility can be used to delete an invalid folder in an NT OS?

Thanks
 
B

Bickford Shmeckler

Flightless Bird
Google for unlocker
"none" <nospam@bogusaddress.com> wrote in message
news:hvq9h2$1t3$1@news.eternal-september.org...
Had a situation where an invalid folder was created. The folder looked like
an ASCII ATL-1 symbol. This is a multiboot system ... could not delete it in
XP or W2K, had to use DOS scandisk, which deleted the folder.

An invalid folder (or file) has been created on occasion before so the
question is, what utility can be used to delete an invalid folder in an NT
OS?

Thanks
 
N

none

Flightless Bird
Brickford, I have unlocker (love it), been using it for a while. Tried to
delete with it; says operation was successful but it did NOT delete the
folder :-(

Any other utilities?
---
"Bickford Shmeckler" <Bickford@Shmeckler.invalid> wrote in message
news:hvqbin$jas$1@news.eternal-september.org...
> Google for unlocker
> "none" <nospam@bogusaddress.com> wrote in message
> news:hvq9h2$1t3$1@news.eternal-september.org...
> Had a situation where an invalid folder was created. The folder looked

like
> an ASCII ATL-1 symbol. This is a multiboot system ... could not delete it

in
> XP or W2K, had to use DOS scandisk, which deleted the folder.
>
> An invalid folder (or file) has been created on occasion before so the
> question is, what utility can be used to delete an invalid folder in an NT
> OS?
>
> Thanks
>
>
 
B

Bickford Shmeckler

Flightless Bird
Why didn't you say so in your first post?

"none" <nospam@bogusaddress.com> wrote in message
news:hvqe9q$c99$1@news.eternal-september.org...
: Brickford, I have unlocker (love it), been using it for a while. Tried to
: delete with it; says operation was successful but it did NOT delete the
: folder :-(
:
: Any other utilities?
: ---
: "Bickford Shmeckler" <Bickford@Shmeckler.invalid> wrote in message
: news:hvqbin$jas$1@news.eternal-september.org...
: > Google for unlocker
: > "none" <nospam@bogusaddress.com> wrote in message
: > news:hvq9h2$1t3$1@news.eternal-september.org...
: > Had a situation where an invalid folder was created. The folder looked
: like
: > an ASCII ATL-1 symbol. This is a multiboot system ... could not delete
it
: in
: > XP or W2K, had to use DOS scandisk, which deleted the folder.
: >
: > An invalid folder (or file) has been created on occasion before so the
: > question is, what utility can be used to delete an invalid folder in an
NT
: > OS?
: >
: > Thanks
: >
: >
:
:
 
N

none

Flightless Bird
"Thee Chicago Wolf [MVP]" <.@.> wrote in message
news:vhg126decs310ofsvrbqv80j5g314h2qvl@4ax.com...
> If unlocker deleted it and it reappeared or did not "delete", this is
> often due to virus/trojan/malware behavior. Use Process Explorer or
> some other such tool and see what locked file is hiding in that
> folder.
>


I'd scanned for viruses etc. but found none. Don't believe it was caused by
malware or anything like that because it was created when using XXCOPY with
a foul command line (I forgot to add double quotes for a LFN path). Thus,
the funky folder was created by XXCOPY, but because it had a character name
of ASCII 'ALT-1' nothing but a DOS utility could delete it.

So back to the original question; is there an NT utility (or scheme) out
there to delete these 'hard to delete' folders or filenames (Unlocker didn't
work)? Not everybody has DOS readily available or the knowledge of how to
use DOS utilities!

BTW, there was no indication this was a folder 'in use' or 'open' (locked);
I believe it was SOOO hard to delete because it used a lower character ASCII
(which looks like a small rectangular non-filled smiley face).
 
B

Badger

Flightless Bird
An alternate idea,
The folder may be set up as read only.
Right click CMD.EXE and select Run as Administrator,
Type CD\ and hit enter to drop you into the Root directory,
Type ATTRIB -S -H -R (name of directory) *.*/S and hit enter,
Then try to delete it.
"none" <nospam@bogusaddress.com> wrote in message news:hvq9h2$1t3$1@news.eternal-september.org...
Had a situation where an invalid folder was created. The folder looked like an ASCII ATL-1 symbol. This is a multiboot system ... could not delete it in XP or W2K, had to use DOS scandisk, which deleted the folder.

An invalid folder (or file) has been created on occasion before so the question is, what utility can be used to delete an invalid folder in an NT OS?

Thanks
 
N

none

Flightless Bird
Badger, the directory has already been deleted. My post was to fine a utility which can run in an NT OS for -future- use.

With regards to your idea; tried going to a CMD window but could not type the directory name on a command line. When I hit 'ATL-1' on the KB an ^A appeared, which is not the name of the directory, so I was stumped.
---
"Badger" <jerrymcm@msn.com> wrote in message news:eEDHXFiELHA.5668@TK2MSFTNGP04.phx.gbl...
An alternate idea,
The folder may be set up as read only.
Right click CMD.EXE and select Run as Administrator,
Type CD\ and hit enter to drop you into the Root directory,
Type ATTRIB -S -H -R (name of directory) *.*/S and hit enter,
Then try to delete it.
"none" <nospam@bogusaddress.com> wrote in message news:hvq9h2$1t3$1@news.eternal-september.org...
Had a situation where an invalid folder was created. The folder looked like an ASCII ATL-1 symbol. This is a multiboot system ... could not delete it in XP or W2K, had to use DOS scandisk, which deleted the folder.

An invalid folder (or file) has been created on occasion before so the question is, what utility can be used to delete an invalid folder in an NT OS?

Thanks
 
M

mm

Flightless Bird
On Tue, 22 Jun 2010 07:15:19 -0500, "none" <nospam@bogusaddress.com>
wrote:

>Had a situation where an invalid folder was created. The folder looked like an ASCII ATL-1 symbol. This is a multiboot system ... could not delete it in XP or W2K, had to use DOS scandisk, which deleted the folder.
>
>An invalid folder (or file) has been created on occasion before so the question is, what utility can be used to delete an invalid folder in an NT OS?
>
>Thanks


Your lines go off the right edge of the screen!


If you have multiboot, boot into the other os and delete from there.

You may need to change the attributes from R-ead only, H=idden,
S-ystem, like Badger said.
 
S

surferdude2

Flightless Bird
I use my BartPE boot CD to handle stubborn files and folders when
necessary. It rarely necessary.

I recommend making a current drive image before doing anything rash.
 
Top