Find in files

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Matija Exel

Find in files

Post by Matija Exel »

hello,

I have problems with INCOMPLETE results of "find in files"
as all the SYSTEM files (attribute S) are ignored by textpad!!
----------------------------------------------------------------------------------------

I recently reinstalled my Windows 98, and, after some restoring from other
places, I got a number of files with S attribute, which I don't know how to get rid of.

This is VERY annoying!
Any help?
Keith MacDonald

RE: Find in files

Post by Keith MacDonald »

Hello Matija,

TextPad deliberately ignores all files with the System and Hidden attributes, as that is the purpose of those attributes.

I cannot recall if Windows 98 Explorer lets you remove those attributes. Try right clicking one of the affected files, and choose Properties. If you can clear the appropriate check boxes, you can do it all at once, by selecting all the affected files, and choosing Properties. Otherwise, start a DOS prompt, and use the ATTRIB command on each affected file. e.g.

CD C:\Windows
ATTRIB -S *.TXT

Regards,

Keith MacDonald
Helios Software Solutions
Christophe Wegmuller

RE: Find in files

Post by Christophe Wegmuller »

Hmmm, looks very dangerous.
I hope that a "Search through System and Hidden files as well" setting will be inplemented in a next release of TextPad.

Thanks
Post Reply