File Attributes

  • Thread starter Thread starter webnntp
  • Start date Start date
W

webnntp

Looking for a program similiar to the old Norton Utilities 8.0 fa.exe
(file attributes) program but that can properly display long file
names.

I cannot use dir /aa /s /l /4 /b /p
or attrib.exe for my needs. I will be using it in a DOS window.

Thanks
 
Looking for a program similiar to the old Norton Utilities 8.0 fa.exe
(file attributes) program but that can properly display long file
names.

I cannot use dir /aa /s /l /4 /b /p
or attrib.exe for my needs. I will be using it in a DOS window.

Have you looked at locate.com? Here's a sample command line:

locate c:\foo\*.* /o:"&w&a"

which will list all files in the foo directory using a LFN capability,
and also list file attributes for each file.

Is that what you're looking for? If so, I can dig up the url where
locate.com can be fetched.


Art
http://www.epix.net/~artnpeg
 
Looking for a program similiar to the old Norton Utilities 8.0 fa.exe
(file attributes) program but that can properly display long file
names.

I cannot use dir /aa /s /l /4 /b /p
or attrib.exe for my needs. I will be using it in a DOS window.

Thanks

The command line tool MaxDIR is a DIR replacement with full long file
name support and many other features. Worth a try:
http://www.c-shore.com/maxdir/
 
Back
Top