I don't think a hidden desktop.ini explains the difference. I use the
following command to create a directory of archived data on CD / DVD for
later searching:
dir /w /s /A /OGN > [filename]
I believe using this syntax, all types of files should be included in the
directory output, including system and hidden files.
Here's an example output:
=======================================
Directory of F:\PDF_120605
02/07/2007 01:03 PM <DIR> .
02/07/2007 01:03 PM <DIR> ..
12/06/2005 05:20 PM 799,804 Figure-1.pdf
1 File(s) 801,288 bytes
=======================================
Though the folder only has one file, the total bytes for the folder is
larger than the bytes for the file, so bytes for the . and .. folders is
being included.
Here is an example from an empty folder:
=======================================
Directory of F:\Projects\Modeling
02/07/2007 12:45 PM <DIR> .
02/07/2007 12:48 PM <DIR> ..
0 File(s) 1,060 bytes
=======================================
"Mark L. Ferguson" wrote:
> You may find a hidden file named desktop.ini in those folders. The autorun
> feature writes it.
> --
> Was this helpful? Then click the Ratings button. Voting helps the web
> interface.
> http://www.microsoft.com/wn3/locales...eAPostAsAnswer
> Mark L. Ferguson
> .