"BillW50" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> In news:(E-Mail Removed),
> undisclosed typed on Sun, 20 Sep 2009 16:59:30 +0100:
>> Use the following command in biterscripting (
>> http://www.biterscripting.com ) .
>>
>>
>>
>> Code:
>> --------------------
>> lf -rng "*" "C:/somefolder"
>> --------------------
>>
>>
>> It will show you every file in and under C:/somefolder (including
>> subfolders). It will also show hidden, etc. files. If the file is
>> accessible to the disk driver, it will show it. Will work the exact
>> same way in all windows. -r means recursive, -n means show name only,
>> -g means go around errors.
>>
>> Patrick
>>
>>
>> --
>> PatrickMc
>
> Windows Explorer is somehow crippled. You can select show all everywhere
> and it still wont show everything. But third party file managers will
> show all. I like the freeware A43 since it is very small and doesn't
> modify Windows and can be ran from anywhere, even on a flash drive and
> it is very portable.
>
> Try looking at \Windows\Fonts
>
> Try with Explorer. Then try with A43. See hundreds of more files? See
> what I mean?
Hi Bill,
Actually Fonts is a special system folder, with its own special kind of
sneakiness. In the Fonts folder, when I click View, click Hide Variations
(Bold, Italic, etc.) the Status Bar below says: "174 font(s) (plus 115
hidden)". Even with Folder Options set to show hidden and super hidden files
like protected system files, Marlett.ttf is still hidden. In Command Prompt
you can see it with "attrib Marlett.ttf" (with attribute H,) or "dir
Marlett.ttf /a". You can also see Marlett in Character Map. And it shows up
in the Notepad, Format, Fonts list, as well as here in Outlook Express.
Marlett has the special symbols for dialog boxes, like the 3 slash marks in
the bottom right corner of windows, and the triangles when you click a
column header in details view. (And triangles on scroll bar buttons?
FWIW. --Richard